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 }
Obtiene una lista paginada de organizaciones a las que este usuario tiene acceso
API key personal (apk_user_*) solo para administradores de Enterprise
x >= 0
1 <= x <= 200
Respuesta satisfactoria
Mostrar atributos secundarios