AurionAI Docs

List Roles

GET
/api/v2/roles

Authorization

AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://loading/api/v2/roles"
[
  {
    "created_at": "2019-08-24T14:15:22Z",
    "description": "string",
    "id": "string",
    "is_system": false,
    "member_count": 0,
    "name": "string",
    "permissions": [
      "string"
    ],
    "updated_at": "2019-08-24T14:15:22Z"
  }
]