cURL
curl --request POST \ --url https://auth.platform.arb.inc/organizations/users/list \ --header 'Authorization: Bearer <token>'
{ "users": [ {} ] }
Lists all users who are members of a specific organization. Requires the authenticated user to be a member of the organization.
access token
Successfully retrieved organization members