cURL
curl --request PATCH \ --url https://api.devin.ai/v2/enterprise/members/roles \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "role_id": "<string>", "user_ids": [ "<string>" ] } '
{ "status": "success" }
特定の Enterprise メンバーのアカウントロールを更新します
Enterprise 管理者専用の個人用 API キー (apk_user_*)
成功したレスポンス