English
cURL
curl --request GET \ --url https://api.devin.ai/v2/enterprise/organizations/{org_id}/members \ --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 }
Get paginated list of users that are in this organization
Personal API Key (apk_user_*) for Enterprise Admins only
x >= 0
1 <= x <= 200
Successful Response
Show child attributes