GET /api/v2/users/{user_id}/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.
Servers
- https://{subdomain}.{domain}.com
Path parameters
Name | Type | Required | Description |
---|---|---|---|
user_id |
Integer | Yes |
The id of the user |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
application |
String | No |
Area of compliance |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.