Add Contacts
Add multiple contacts by email addresses.
For each email:
- If user already exists: Adds them to contacts with status="registered"
- If user doesn't exist: Sends invitation email and creates contact with status="invited"
Protected endpoint - requires authentication. Returns list of created contact records.
Request body
Response
Successful Response
Changes
Changed in 3 of the 34 revisions of this API.44
- ●
added the new
registeredenum value to theitems/statusresponse property for the response status200response-property-enum-value-added
- ○
removed the
existing_userenum value from theitems/statusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
invitation_acceptedenum value from theitems/statusresponse property for the response status200response-property-enum-value-removed
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ●
removed the optional property
items/last_namefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/namefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/user_ext_idfrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
items/userto the response with the200statusresponse-optional-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ○
endpoint added
endpoint-added
- ○