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 POST 'https://api.example.com/role-assignments' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -H 'Content-Type: application/json' \ -d '{ "roleId": "role_456", "membershipId": "mem_123" }'
{ "id": "ra_789", "roleId": "role_456", "membershipId": "mem_123" }
Assign a role to a membership
Was this page helpful?