| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Adding a person and subscribing them to a listUsing the Add a participant API call, you can both create a person record and subscribe that person to a list with a single API call.
Note that you do not need to add a person record before subscribing a person to a list.
Request
Either the mobile_phone or external_person_id must be provided to create the unique record, but you can also include any custom field info you’d like.
The fields that cannot be updated are the person_id, timezone_sourced, created_at, and updated_at fields. These are generated by the system. Any values included will be ignored.
201A person record has been created.
409Conflict error. Generally, this occurs if you are attempting to create a person record with an MDN that is already associted with another person record.
422The 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.