cURL
curl --request POST \ --url https://auth.platform.arb.inc/internal/organization-users \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "organizationID": "2720f109-0caf-4c62-af22-5d08c853711c" } '
{ "users": [ { "id": "8f3a4b2c-1d5e-4f6a-9b7c-3e2d1a0b9c8d" } ] }
Returns all user IDs belonging to a specific organization. Requires auth.organization_users.viewer permission.
auth.organization_users.viewer
access token
The organization ID
"2720f109-0caf-4c62-af22-5d08c853711c"
Successfully retrieved organization users
Show child attributes