Users

Show Compliance Deletion Statuses

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

Pagination

  • Cursor pagination (recommended)
  • Offset pagination

See Pagination.

get/api/v2/users/{user_id}/compliance_deletion_statuses

Query parameters

page[before]string

A pagination cursor that tells the endpoint which page to start on. It should be a meta.before_cursor value from a previous request. Note: page[before] and page[after] can't be used together in the same request.

page[after]string

A pagination cursor that tells the endpoint which page to start on. It should be a meta.after_cursor value from a previous request. Note: page[before] and page[after] can't be used together in the same request.

page[size]integer

Specifies how many records should be returned in the response. You can specify up to 100 records per page.

applicationstring

Area of compliance

Response

Success response

Changes

Changed in 1 of the 29 revisions of this API.3

    • added the new optional query request parameter page[after]

      new-optional-request-parameter

    • added the new optional query request parameter page[before]

      new-optional-request-parameter

    • added the new optional query request parameter page[size]

      new-optional-request-parameter

Of the 29 revisions, 1 has no diff computed.