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/roles' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -H 'Content-Type: application/json' \ -d '{ "name": "Editor", "description": "Can edit and publish content", "scopeId": "scope_123" }'
{ "id": "role_456", "name": "Editor", "description": "Can edit and publish content", "scopeId": "scope_123" }
Create a new role within a scope
Was this page helpful?