Skip to content

Get Role Rights

Retrieve a set of role rights.

Verb POST
Endpoint {base-url}/role-rights/
Max Page Size 50

Request Body

{
  "requestFilter": {
    "organizationsId": [2]
  },
  "routeFilter": {
    "roleRightIds": [1, 2]
  }
}

Filters Honored

Returns

On Success

The requested set of role rights.

Response Body

[
  {
    "id": 0,
    "roleId": 0,
    "rightId": 0,
    "canView": false,
    "canEdit": false,
    "canExecute": false
  }
]