Printago API
GET /v1/roles/with-permissions

GET /v1/roles/with-permissions

Response Schema

Response
value
object[]

Example Response

200 OK — application/json
[
  {
    "permissions": [],
    "id": "string",
    "name": "string",
    "isSystem": true
  }
]