cURL
curl --request GET \ --url https://api.devin.ai/v2/enterprise/members/{user_id}/organizations \ --header 'Authorization: Bearer <token>'
{ "has_more": true, "items": [ { "email": "<string>", "name": "<string>", "org_id": "<string>", "org_name": "<string>", "org_role": "<string>", "user_id": "<string>", "enterprise_role": "<string>" } ], "limit": 123, "skip": 123, "total": 123, "next_cursor": 123 }
Récupère une liste paginée des organisations auxquelles cet utilisateur a accès
API Key personnelle (apk_user_*) réservée uniquement aux administrateurs Enterprise
x >= 0
1 <= x <= 200
Réponse en cas de succès
Afficher attributs enfants