Update Agent in Account
Update an Agent in Account
Authorizations
This token can be obtained by visiting the profile page or via rails console. Provides access to endpoints based on the user permissions levels. This token can be saved by an external system when user is created via API, to perform activities on behalf of the user.
Path Parameters
The ID of the agent to be updated.
The numeric ID of the account
Body
Whether its administrator or agent
agent, administrator "agent"
The configured availability of the agent.
online, busy, offline "online"
Whether the agent is automatically marked offline when they are away.
true
Response
Success
The effective availability status of the agent, derived from the configured availability, auto-offline setting, and current presence. To update an agent's configured availability, use the availability field in create or update requests.
online, busy, offline Whether the agent is automatically marked offline when they are away.
Whether the agent has confirmed their email address.
The email of the agent
The available name of the agent
The name of the agent
The role of the agent
agent, administrator The thumbnail of the agent
The custom role id of the agent

