cURL
curl --request GET \ --url http://localhost/api/v3/roles
{ "data": [ { "id": 123, "name": "<string>", "handle": "<string>", "weight": 123, "permissions": [ { "id": 123, "name": "<string>", "handle": "<string>" } ] } ] }
A GET to the /roles endpoint allows your application to retrieve roles.
GET
/roles
Documentation IndexFetch the complete documentation index at: https://docs.omneo.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.omneo.io/llms.txt
Use this file to discover all available pages before exploring further.
Array of Role
Role
Show child attributes