Skip to main content
GET
/
v3
/
roles
/
{role}
Read Role
curl --request GET \
  --url http://localhost/api/v3/roles/{role}
{
  "data": {
    "id": 123,
    "name": "<string>",
    "handle": "<string>",
    "weight": 123,
    "permissions": [
      {
        "id": 123,
        "name": "<string>",
        "handle": "<string>"
      }
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.omneo.io/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

role
integer
required

The role ID

Response

Role

data
Role · object
required