cURL
curl --request POST \ --url https://auth.platform.arb.inc/users/roles/list \ --header 'Authorization: Bearer <token>'
{ "roles": [ "admin", "billing.manager" ] }
Lists all roles assigned to the authenticated user across all organizations they belong to.
access token
Successfully retrieved user roles
["admin", "billing.manager"]