Update person by person_key

Update an existing person record using this PUT method and the record’s unique person_key. In the request body, include any fields you’d like to update, and simply omit anything you’d like left as-is. To remove a value, you can set the value of the field to null.

Path Params
string
required
string
required
Important: If you are entering a real person_key, please note that using the "Try It" feature on the righthand console will send an actual API call to our system. This may result in a person record being updated.
Body Params
string

A unique person identifier assigned by the brand, which can be used to link non-Vibes-assigned identifiers to Vibes person records. Max 128 characters.

mobile_phone
object

Object representation of a person's mobile phone. A person can have only one active mobile phone at a time.

custom_fields
object

List of custom field key/value pairs.

Headers
string
Defaults to 1
string
required
Responses

201

Person record has been updated.

409

Conflict error. This may occur if you are attempting to update an MDN. Note that you cannot update an MDN on an existing person record, but you may remove an MDN by setting the value to null.

422

The server understands the content type of the request entity, and the syntax of the request entity is correct, but it was unable to process the contained instructions.

Language
Credentials
Basic
base64
:
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json