End Users
Update end user
Update an end user. You may send a partial object.
patch/end-users/{sid}
Path parameters
sidstring required
Short ID
Example:callrsid
Resource SID (8 lowercase alphanumeric characters)
Request body
Example request
{
"name": "French Corp",
"address": {
"country": "FR",
"city": "Paris"
},
"comment": "French Subsidiary"
}Response
The updated end user
Example response
{
"name": "French Corp",
"address": {
"country": "FR",
"city": "Paris"
},
"comment": "French Subsidiary",
"sid": "callrsid",
"type": "third-party",
"created": "2024-04-24T17:42:28Z",
"updated": "2024-04-24T17:42:28Z",
"deletable": true
}