POST /admin/roles/assign
Assign user or group to given role
Request Body
media type |
data type |
*/* |
object
|
Response Body
media type |
data type |
description |
application/json |
object
|
JSON Response with information, whether the assignment has or has
not been succeeded. |
POST /admin/roles/unassign
Unassign user or group from given role
Request Body
media type |
data type |
*/* |
object
|
Response Body
media type |
data type |
description |
application/json |
object
|
JSON Response with information, whether the unassignment has or has
not been succeeded. |