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/roles/by-scope/scope_123' \ -H 'Authorization: Bearer YOUR_TOKEN'
[ { "id": "role_1", "name": "Admin", "description": "Full administrative access", "scopeId": "scope_123" }, { "id": "role_2", "name": "Viewer", "description": "Read-only access", "scopeId": "scope_123" } ]
Retrieve all roles defined within a specific scope
Show Role object
Was this page helpful?