Invite multiple contacts to help center
POST {{baseUrl}}/v1/contacts/inviteAsEndUser
This API helps invite multiple contacts as end-users to your help center.
OAuth Scope
Desk.contacts.UPDATE
Attributes
Attribute Name | Data Type | Description |
---|---|---|
contactIds (required) | <list> | IDs of the contacts to invite |
helpCenterId (required) | <long> | ID of the help center to which you want to add the contacts |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"results":[{"success":true,"id":"1892000000093303","errors":null},{"success":true,"id":"1892000000085009","errors":null},{"success":false,"id":"1892000000050003","errors":{"errorCode":"UNPROCESSABLE_ENTITY","httpCode":"422"}}]}