Update multiple keys
Updating keys
Linking a user to a list of keys.
JSON
{
"keys": [
1269,
1270
],
"user_id": 57
}
PATCH /api/admin/v1/intercoms/{intercom}/keys |
Parameters
int
intercom, Unique identifier of the intercom
integer
keys, Array of intercom key id
integer
user_id, Id of the user to which the keys are added
200 |
Successful response
JSON
|
401 |
Authorization token not sent or not valid |