Update an end user
Patch name, email, phone, tags, or channel identifiers on one end-user record.
_id of the record, as returned by list or create.400 with a duplicate error.400 with a duplicate error.Response
true on success.Errors
Authorizations
API key sent as Authorization: Bearer YOUR_API_KEY. Campaign endpoints use campaign-scoped keys; the rest use organization or agent keys with the matching permission.
Path Parameters
The end-user record ID
Body
Replacement display name.
Replacement email address, normalized and checked for duplicates.
Replacement phone number, normalized and checked for duplicates.
Replacement tag list. It replaces the existing tags rather than merging with them.
Where Tars can reach this end user on each channel. Every field is optional, and only the channels Tars has seen are present.
Response
End user updated
True when the record was updated.
