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/memberships' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -H 'Content-Type: application/json' \ -d '{ "subjectId": "sub_123", "scopeId": "scope_456" }'
{ "id": "mem_789", "subjectId": "sub_123", "scopeId": "scope_456" }
Add a subject to a scope by creating a membership
Was this page helpful?