Get a collections agent by email

Gets details about a collections agent, including the amount in collections, and the statuses of the accounts that this agent is assigned to.

Note: The Collections Window, Notes, Advanced Payment Manager, Payment Plans, and Statement Generator features are entering end of support on June 3, 2024. For more information, please refer to the Product and Feature End of Support page.

Request
path Parameters
email
required
string

The email of the collections agent.

Responses
200
get/api/v1/users/{email}
Request samples
Response samples
application/json
{
  • "name": "Testing User",
  • "email": "test@zuora.com",
  • "zuora_identity_id": "2c92c0f96178a7a901619b10f5d12345",
  • "amount_in_collections": 800.55,
  • "accounts": 2,
  • "account_statuses": {
    }
}