Only registered user can perform this action
Authentication - string - required
Example of Authentication header : "Bearer TOKEN_FETCHED_FROM_SERVER_DURING_REGISTRATION"
[
{
"id": 1,
"name": "11 1",
"touch_role": "admin",
"display_role": "no_role",
"allowed_display": false
},
...
]
| Param name | Description |
|---|---|
|
display_id
required |
ID of display Validations:
|
Only registered user can perform this action
Authentication - string - required Example of Authentication header : "Bearer TOKEN_FETCHED_FROM_SERVER_DURING_REGISTRATION"
{
"message": "User display permissions updated",
"list_for_add": [
"Donald Duck"
],
"list_for_remove": [
"Mickey Mouse"
]
}
| Param name | Description |
|---|---|
|
user_ids
required |
Validations:
|
|
touch_role
optional |
Validations:
|
|
display_role
optional |
Validations:
|
|
display_id
optional |
Validations:
|
|
display_name
optional |
Validations:
|
|
allowed_touch_ids
optional |
Array of touch display IDs user has permission to access Validations:
|
Only registered user can perform this action
Authentication - string - required Example of Authentication header : "Bearer TOKEN_FETCHED_FROM_SERVER_DURING_REGISTRATION"
{
"experience_type": "display",
"user_ids": [1, 2],
"display_id": 1,
"display_name": "Display one"
}
{
"message": "User display permissions updated",
"list_for_add": [
"John Doe"
],
"list_for_remove": []
}
| Param name | Description |
|---|---|
|
user_ids
required |
Array of user IDs Validations:
|
|
experience_type
required |
Type of experience: “display” or “touch” Validations:
|
|
display_id
required |
ID of display Validations:
|
|
display_name
required |
Name of display Validations:
|
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:
|