Only registered user can perform this action
Authentication - string - required Example of Authentication header : "Bearer TOKEN_FETCHED_FROM_SERVER_DURING_REGISTRATION"
[
{
"user_id": 1,
"display_role": "content_manager",
"touch_role": "no_role"
},
{
"user_id": 2,
"display_role": "no_role"
}
]
{
"message": "User display permissions roles updated"
}
| Param name | Description |
|---|---|
|
users
required |
Array of user objects with roles to update Validations:
|