Show Deleted User
GET {{baseUrl}}/api/v2/deleted_users/:deleted_user_id
Returns users that have been deleted but not permanently yet. See Permanently Delete User.
Allowed For:
- Agents
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"deleted_user":{"active":false,"created_at":"2019-08-26T02:10:24Z","email":null,"id":189304711533,"locale":"en-US","locale_id":1,"name":"David","organization_id":null,"phone":null,"photo":null,"role":"end-user","shared_phone_number":null,"time_zone":"Eastern Time (US \u0026 Canada)","updated_at":"2019-08-26T02:10:27Z","url":"https://{subdomain}.zendesk.com/api/v2/deleted_users/189304711533"}}