Show Compliance Deletion Statuses
GET {{baseUrl}}/api/v2/users/:user_id/compliance_deletion_statuses?application=<string>
Returns the GDPR status for each user per area of compliance. A Zendesk area of compliance is typically a product like support/explore
but can be more fine-grained for areas within the product lines.
If the user is not in the account, the request returns a 404 status.
Status: 404
{
"error":"RecordNotFound",
"description":"Not found"
}
Allowed For
- Agents, with restrictions
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
application | string | Area of compliance |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"compliance_deletion_statuses":[{"account_subdomain":"accountABC","action":"request_deletion","application":"all","created_at":"2009-07-20T22:55:23Z","executer_id":2000,"user_id":1},{"account_subdomain":"accountABC","action":"started","application":"support","created_at":"2009-07-20T22:55:29Z","executer_id":null,"user_id":1},{"account_subdomain":"accountABC","action":"complete","application":"support","created_at":"2009-07-20T22:57:02Z","executer_id":null,"user_id":1},{"account_subdomain":"accountABC","action":"started","application":"chat","created_at":"2009-07-21T02:51:18Z","executer_id":null,"user_id":1}]}