简体中文
cURL
curl --request POST \ --url https://api.devin.ai/v2/enterprise/members/invite \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "emails": [ "[email protected]" ] } '
{ "invited_count": 123, "invitee_user_id_to_email": {}, "status": "success" }
通过电子邮件邀请多个用户加入 Enterprise(批量邀请,最多 100 名用户)
Personal API Key (apk_user_*) for Enterprise Admins only
List of email addresses to invite (max 100)
100
Successful Response
显示 子属性