cURL
curl --request PUT \ --url https://api.devin.ai/v2/enterprise/groups \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "group_names": [ "<string>" ] } '
[ "<string>" ]
Ajouter de nouveaux groupes Enterprise à votre organisation
API Key personnelle (apk_user_*) réservée uniquement aux administrateurs Enterprise
Réponse réussie