cURL
curl --request POST \ --url https://sandbox.intermezzo.ai/organizations/{organization_id}/contacts/{contact_id} \ --header 'Authorization: Bearer <token>'
{ "name": "<string>", "email": "jsmith@example.com", "phone": { "phoneNumber": "<string>", "phoneType": "mobile" }, "id": "<string>", "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
Was this page helpful?