Update account agent

Updates the collections agent that is displayed within the UI of Collections Window, and the custom field for the agent displayed in account details in the Zuora UI.

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
account_id
required
string

The account ID.

Example: 2c92c0f86680fd090166a578754812bd
query Parameters
agent_email
required
string

The email of the agent.

Example: agent_email=jdoe@company.com
Responses
200
post/api/v1/accounts/{account_id}/update_agent
Request samples
Response samples
application/json
{
  • "success": true
}