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 キー (apk_user_*)
招待するメールアドレスのリスト(最大100件)
100
成功時のレスポンス
表示 子属性