Associate accounts with a product
POST {{baseUrl}}/v1/products/:product_id/associateAccounts
This API associates accounts with a product. Only a maximum of 10 accounts 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
""