Gets the details of all collections agents.
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.
{- "accounts": [
- {
- "name": "Testing User",
- "email": "test@zuora.com",
- "zuora_identity_id": "2c92c0f96178a7a901619b10f5d12345",
- "amount_in_collections": 800.55,
- "accounts": 2,
- "account_statuses": {
- "In Collections": 1,
- "Pending": 0,
- "In Dispute": 1,
- "Paid In Full": 0
}
}
], - "pagination": {
- "page": 1,
- "page_length": 20,
}
}