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

KeyDatatypeRequiredDescription
applicationstringArea of compliance

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;compliance_deletion_statuses&quot;:[{&quot;account_subdomain&quot;:&quot;accountABC&quot;,&quot;action&quot;:&quot;request_deletion&quot;,&quot;application&quot;:&quot;all&quot;,&quot;created_at&quot;:&quot;2009-07-20T22:55:23Z&quot;,&quot;executer_id&quot;:2000,&quot;user_id&quot;:1},{&quot;account_subdomain&quot;:&quot;accountABC&quot;,&quot;action&quot;:&quot;started&quot;,&quot;application&quot;:&quot;support&quot;,&quot;created_at&quot;:&quot;2009-07-20T22:55:29Z&quot;,&quot;executer_id&quot;:null,&quot;user_id&quot;:1},{&quot;account_subdomain&quot;:&quot;accountABC&quot;,&quot;action&quot;:&quot;complete&quot;,&quot;application&quot;:&quot;support&quot;,&quot;created_at&quot;:&quot;2009-07-20T22:57:02Z&quot;,&quot;executer_id&quot;:null,&quot;user_id&quot;:1},{&quot;account_subdomain&quot;:&quot;accountABC&quot;,&quot;action&quot;:&quot;started&quot;,&quot;application&quot;:&quot;chat&quot;,&quot;created_at&quot;:&quot;2009-07-21T02:51:18Z&quot;,&quot;executer_id&quot;:null,&quot;user_id&quot;:1}]}