Associate contacts with a product
POST {{baseUrl}}/v1/products/:product_id/associateContacts
This API associates contacts with a product. Only a maximum of 10 contacts can be associated with a product through a single API request.
OAuth Scope
Desk.products.UPDATE
Desk.settings.UPDATE
Attributes
Attribute Name | Data Type | Description |
---|---|---|
ids (required) | <list> | IDs of the resources to associate |
associate (required) | <boolean> | true for associating the resource and false for dissociating the resource |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
""