Remove Badges from user
POST {{baseUrl}}/api/v1/users/:user_id/badges/dissociate
This API removes specified badges from the users.
OAuth Scope
Desk.contacts.UPDATE
Desk.settings.UPDATE
Attributes
Attribute Name | Data Type | Description |
---|---|---|
badgeIds (required) | <list> | IDs of the badges from which the user must be dissociated |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"results":[{"success":false,"id":"24073000002957051","errors":{"errorCode":"FORBIDDEN","httpCode":403}},{"success":true,"id":"24073000002953232","errors":null}]}