Português (BR)
cURL
curl --request GET \ --url https://api.devin.ai/v3beta1/enterprise/organizations/{org_id}/members/service-users \ --header 'Authorization: Bearer <token>'
{ "items": [ { "expires_at": 123, "name": "<string>", "role_assignments": [ { "role": { "role_id": "<string>", "role_name": "<string>", "role_type": "enterprise" }, "org_id": "<string>" } ], "service_user_id": "<string>" } ], "end_cursor": "<string>", "has_next_page": false, "total": 123 }
List service users in the organization.
ManageAccountMembership
Service User credential (prefix: cog_)
1 <= x <= 200
Successful Response
Mostrar atributos filhos
enterprise
org
Cursor to fetch the next page, or None if this is the last page.
Whether there are more items available after this page.
Optional total count (can be omitted for performance).