Skip to content

Create Role Rights

Creates the specified role right(s).

Verb PUT
Endpoint {base-url}/role-rights/
Max Page Size N/A

Request Body

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

Returns

On Success

200 - A list of IDs belonging to the created role rights.

Response Body

[
  6
]