cURL
curl --request POST \ --url https://api.devin.ai/v2/enterprise/organizations/{org_id}/groups \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "group_name": "<string>", "role": "<string>" } '
{ "group_name": "<string>", "org_id": "<string>", "role": "<string>" }
Ajouter un nouveau groupe IdP à une organisation
API Key personnelle (apk_user_*) réservée uniquement aux administrateurs Enterprise
Réponse réussie