cURL
curl --request PUT \ --url https://sandbox.intermezzo.ai/organizations/{organization_id}/contacts \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '[ "<string>" ]'
[ { "name": "<string>", "id": "<string>", "email": "[email protected]", "phone": { "phoneNumber": "<string>", "phoneType": "mobile" }, "roles": [] } ]
Attach/update contacts for an organization by contact ID list
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Show child attributes
mobile
home
work
Was this page helpful?