Authorization
GET CURRENT AGENT'S ONLINE STATUS
Scope : ZohoVoice.agents.READ
Method : GET
URL : https://voice.zoho.com/rest/json/zv/api/agents/onlineStatus
Params: None
Response :
GET MULTIPLE AGENT'S ONLINE STATUS
Note: This API will provide response for agents based on the role of the querying user.
Example: If an Admin uses this API, they can fetch the status of all agents in the Zoho Voice organisation.
However, a supervisor will be able to only fetch the status of their supervised agents.
Scope : ZohoVoice.sdk.READ
Method : GET
URL : https://voice.zoho.com/rest/json/zv/api/v2/agents/onlineStatus
Params:
Key | Type | Description |
agentIds* | String | single or multiple agent ids separated by comma |
zuids | String | single or multiple zuids separated by comma (zuids param can be provided instead of agentIds) |
Response :
UPDATE CURRENT AGENT'S ONLINE STATUS
Scope : ZohoVoice.agents.UPDATE
Method : PUT
URL : https://voice.zoho.com/rest/json/zv/api/agents/onlineStatus
Params
Response :
UPDATE MULTIPLE AGENT'S ONLINE STATUS
Scope : ZohoVoice.agents.READ
Method : PUT
URL : https://voice.zoho.com/rest/json/zv/api/agents/overrideOnlineStatus
Params
Response :