deleted_users
  • 16 Oct 2024
  • 1 Minute to read
  • Dark
    Light
  • PDF

deleted_users

  • Dark
    Light
  • PDF

Article summary

Get
/api/v2/cdr/deleted_agents

Returns a list of all deleted agent names and IDs based on your API key and user API key.

Query parameters
key
stringRequired
Exampleuser_api_key
Responses
200

Success

example1

Users parameters

All of the deleted users id and name

{
  "name": "Sally",
  "id": 28982
}
object

Array of id and name

Example{ "name": "Sally", "id": 28982 }
400

Invalid query parameters

Invalid or nonexistent User API Key
{
  "error": "Invalid User API Key"
}
Example{ "error": "Invalid User API Key" }

Was this article helpful?

What's Next