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
curl --request GET \ --url https://api.{tenant}.getomneo.com/api/v3/roles/{role}
{ "data": { "id": 123, "name": "<string>", "handle": "<string>", "weight": 123, "permissions": [ { "id": 123, "name": "<string>", "handle": "<string>" } ] } }
A GET to the /roles/{role} endpoint allows your application to retrieve role.
GET
/roles/{role}
The role ID
Role
Show child attributes