Skip to main content
POST
/
organizations
/
{organization_id}
/
contacts
/
{contact_id}
Attach Contact To Organization
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": []
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organization_id
required
contact_id
required

Query Parameters

primary
boolean
default:false

Response

Successful Response

name
string
required
id
string
required
email
string<email> | null
phone
object | null
roles
string[]
I