cURL
curl --request POST \ --url https://api.example.com/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
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Show child attributes