Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.devin.ai/v2/enterprise/organizations/{org_id}/members \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "org_ids": [ "<string>" ], "user_ids": [ "<string>" ], "group_names": [ "<string>" ], "org_role": "<string>" } '
{ "status": "success" }
批量将用户添加到 Enterprise 中的一个或多个组织
仅供 Enterprise 管理员使用的个人 API Key(apk_user_*)
成功响应