cURL
curl --request POST \ --url https://sandbox.intermezzo.ai/organizations/{organization_id}/contacts/{contact_id} \ --header 'Authorization: Bearer <token>'
{ "name": "<string>", "id": "<string>", "email": "[email protected]", "phone": { "phoneNumber": "<string>", "phoneType": "mobile" }, "roles": [] }
Attach a specific contact to an organization
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?