Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X GET 'https://api.example.com/role-assignments?membershipIds=mem_1,mem_2' \ -H 'Authorization: Bearer YOUR_TOKEN'
[ { "id": "ra_123", "roleId": "role_456", "membershipId": "mem_1" }, { "id": "ra_124", "roleId": "role_789", "membershipId": "mem_2" } ]
Get role assignments for one or more memberships
Show Role Assignment object
Was this page helpful?