Update an apartment user
Apartment user update
{
"is_restricted_live": false,
"is_restricted_archive": true,
"is_open_door_key": true,
"is_open_door_code": false,
"is_open_door_face": false,
"is_open_door_app": true
}
PATCH /api/v1/admin/intercoms/{intercom}/flats/{flat}/users/{user} |
Parameters
int
intercom, Unique identifier of the intercom
int
flat, Unique apartment identifier
int
user, Unique user identifier
bool
is_open_door_key, Enable/Disable opening the intercom with a key.
bool
is_open_door_code, Enable/Disable opening of the intercom with a time code.
bool
is_open_door_app, Enable/disable opening of the intercom by the application.
bool
is_open_door_face, Enable/Disable opening of the intercom by face recognition.
200 |
Successful response
JSON
|
401 |
Authorization token not sent or not valid |