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/role_123' \ -H 'Authorization: Bearer YOUR_TOKEN'
{ "id": "role_123", "name": "Admin", "description": "Full administrative access", "scopeId": "scope_456" }
Retrieve a role by its unique identifier
Was this page helpful?