curl --request POST \
--url https://dev.intermezzo.ai/organizations/{organization_id}/contacts/{contact_id} \
--header 'Authorization: Bearer <token>'{
"name": "<string>",
"id": "<string>",
"email": "jsmith@example.com",
"phone": {
"phoneNumber": "<string>",
"phoneType": "mobile"
},
"roles": []
}Attach a specific contact to an organization
curl --request POST \
--url https://dev.intermezzo.ai/organizations/{organization_id}/contacts/{contact_id} \
--header 'Authorization: Bearer <token>'{
"name": "<string>",
"id": "<string>",
"email": "jsmith@example.com",
"phone": {
"phoneNumber": "<string>",
"phoneType": "mobile"
},
"roles": []
}Get token from Auth0 and paste it here
Was this page helpful?