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 名用户)
仅供 Enterprise 管理员使用的个人 API Key(apk_user_*)
要邀请的邮箱地址列表(最多 100 个)
100
成功响应
显示 子属性