Associate accounts with contact
POST {{baseUrl}}/v1/contacts/:contact_id/associateAccounts
This API associates multiple accounts with a particular contact.
OAuth Scope
Desk.contacts.UPDATE
Attributes
Attribute Name | Data Type | Description |
---|---|---|
data | <list> | Details of the accounts to associate with the contact |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"results":[{"success":true,"id":"7000000027223","errors":null},{"success":null,"id":"7000000043968","errors":{"errorMessage":"This is a deleted account. You can restore the entry from the Recycle Bin of your Zoho Desk portal.","errorCode":"UNPROCESSABLE_ENTITY","httpCode":"422"}}]}