Appearance
Add right
POST
/user/{id}/right
This route is used to add rights to a user
Authorizations
bearer
Type
HTTP (bearer)
Parameters
Path Parameters
id*
The id of the user you want to add rights to
Type
Requiredinteger
Example
"{{$number.int(min=1)}}"Request Body
application/json
JSON
{
"rightIds": [
0
]
}
Responses
application/json
JSON
{
}