Zoho Voice Agent Online Status API

Zoho Voice Agent Online Status API

Authorization


HeaderKey

Description

Authorization *

Zoho-oauthtoken<space><ACCESS_TOKEN>

Accept *

Set to application/json.


OAuth Doc


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 :


  1. {
  2.  "code": "200",
  3.  "onlineStatus": {
  4.      "agentId": "96000000016003",
  5.      "onlineStatus": "Available"
  6.      },
  7.  "status": "SUCCESS"
  8. }


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 :


  1. {
  2.  "code": "200",
  3.  "onlineStatus": [
  4.         {
  5.              "agentId":     "96000000016003",
  6.              "onlineStatus": "Available"
  7.          },
  8.         {
  9.             "agentId": "96000000016005",
  10.             "onlineStatus": "Busy"
  11.         },
  12.         {
  13.             "agentId": "97685746000",
  14.             "error": "Invalid agent."
  15.         }
  16.     ]
  17.  "status": "SUCCESS"
  18. }


    

UPDATE CURRENT AGENT'S ONLINE STATUS


Scope : ZohoVoice.agents.UPDATE

Method : PUT

URL : https://voice.zoho.com/rest/json/zv/api/agents/onlineStatus

Params 


Key

Type

Description

status

String

Available/Busy/Offline/On Break


Response :


  1. {
  2.  "code": "200",
  3.  "message": "success",
  4.  "status": "SUCCESS"
  5. }



UPDATE MULTIPLE AGENT'S ONLINE STATUS

    

Scope : ZohoVoice.agents.READ

Method : PUT

URL : https://voice.zoho.com/rest/json/zv/api/agents/overrideOnlineStatus

Params 


Key

Type

Description

agentIds

String

single or multiple agent ids separated by comma

status

String

Available/Busy/Offline/On Break



Response :


  1. {
  2.  "status": "SUCCESS",
  3.  "code": "200",
  4.  "overrideOnlineStatus": [
  5.     {
  6.       "agentId": "96000000016003",
  7.       "status": "success"
  8.   },
  9.  {
  10.      "agentId": "96000000016009",
  11.      "status": "error",
  12.         "message": "You don't have permission to perform this action. Please contact your admin."
  13.  } 
  14. }





      Create. Review. Publish.

      Write, edit, collaborate on, and publish documents to different content management platforms.

      Get Started Now


        Access your files securely from anywhere

          Zoho CRM Training Programs

          Learn how to use the best tools for sales force automation and better customer engagement from Zoho's implementation specialists.

          Zoho CRM Training
            Redefine the way you work
            with Zoho Workplace

              Zoho DataPrep Personalized Demo

              If you'd like a personalized walk-through of our data preparation tool, please request a demo and we'll be happy to show you how to get the best out of Zoho DataPrep.

              Zoho CRM Training

                Create, share, and deliver

                beautiful slides from anywhere.

                Get Started Now


                  Zoho Sign now offers specialized one-on-one training for both administrators and developers.

                  BOOK A SESSION







                              Quick LinksWorkflow AutomationData Collection
                              Web FormsEnterpriseOnline Data Collection Tool
                              Embeddable FormsBankingBegin Data Collection
                              Interactive FormsWorkplaceData Collection App
                              CRM FormsCustomer ServiceAccessible Forms
                              Digital FormsMarketingForms for Small Business
                              HTML FormsEducationForms for Enterprise
                              Contact FormsE-commerceForms for any business
                              Lead Generation FormsHealthcareForms for Startups
                              Wordpress FormsCustomer onboardingForms for Small Business
                              No Code FormsConstructionRSVP tool for holidays
                              Free FormsTravelFeatures for Order Forms
                              Prefill FormsNon-Profit

                              Intake FormsLegal
                              Mobile App
                              Form DesignerHR
                              Mobile Forms
                              Card FormsFoodOffline Forms
                              Assign FormsPhotographyMobile Forms Features
                              Translate FormsReal EstateKiosk in Mobile Forms
                              Electronic Forms
                              Drag & drop form builder

                              Notification Emails for FormsAlternativesSecurity & Compliance
                              Holiday FormsGoogle Forms alternative GDPR
                              Form to PDFJotform alternativeHIPAA Forms
                              Email FormsFormstack alternativeEncrypted Forms

                              Wufoo alternativeSecure Forms

                              WCAG



                                        Create. Review. Publish.

                                        Write, edit, collaborate on, and publish documents to different content management platforms.

                                        Get Started Now







                                                          You are currently viewing the help pages of Qntrl’s earlier version. Click here to view our latest version—Qntrl 3.0's help articles.




                                                              Manage your brands on social media


                                                                • Desk Community Learning Series


                                                                • Digest


                                                                • Functions


                                                                • Meetups


                                                                • Kbase


                                                                • Resources


                                                                • Glossary


                                                                • Desk Marketplace


                                                                • MVP Corner


                                                                • Word of the Day


                                                                • Ask the Experts


                                                                  Zoho Sheet Resources

                                                                   

                                                                      Zoho Forms Resources


                                                                        Secure your business
                                                                        communication with Zoho Mail


                                                                        Mail on the move with
                                                                        Zoho Mail mobile application

                                                                          Stay on top of your schedule
                                                                          at all times


                                                                          Carry your calendar with you
                                                                          Anytime, anywhere




                                                                                Zoho Sign Resources

                                                                                  Sign, Paperless!

                                                                                  Sign and send business documents on the go!

                                                                                  Get Started Now




                                                                                          Zoho TeamInbox Resources





                                                                                                    Zoho DataPrep Demo

                                                                                                    Get a personalized demo or POC

                                                                                                    REGISTER NOW


                                                                                                      Design. Discuss. Deliver.

                                                                                                      Create visually engaging stories with Zoho Show.

                                                                                                      Get Started Now









                                                                                                                          • Related Articles

                                                                                                                          • Agent Status Metrics API

                                                                                                                            ZohoVoice REST API Authorization HeaderKey Description Authorization * Zoho-oauthtoken<space><ACCESS_TOKEN> Accept * Set to application/json. OAuth Doc GET AGENT'S ONLINE STATUS AUDIT This API fetches the status details of an agent during a given ...
                                                                                                                          • Users API

                                                                                                                            Users CRUD APIs Authorization HeaderKey Description Authorization * Zoho-oauthtoken<space><ACCESS_TOKEN> Accept * Set to application/json. *All APIs are accessible under zohovoice.agents.ALL scope. OAuth Doc Use this API to get all the users. READ ...
                                                                                                                          • Zoho Voice SMS REST API

                                                                                                                            Authorization HeaderKey Description Authorization * Zoho-oauthtoken<space><ACCESS_TOKEN> Accept * Set to application/json. OAuth Doc Send SMS Use this API to send SMS POST https://voice.zoho.com/rest/json/v1/sms/send Scope : ZohoVoice.sms.CREATE ...
                                                                                                                          • Zoho Voice vs Zoho Telephony

                                                                                                                            Zoho Voice vs Zoho Telephony: Demystified In Zoho One or apps such as Zoho CRM, Desk, Recruit, and Bigin, there are two ways to configure the calling functionality (click-to-call and call pop-up features) using Zoho Telephony. One is using an ...
                                                                                                                          • How to configure Yealink desk phones with your Zoho Voice account

                                                                                                                            Zoho Voice now enables you to connect your Zoho Voice account with any type of IP-enabled Yealink desk phones which are one of the prominent workstations in major call centers. This enables you to easily make and receive Zoho Voice calls using ...
                                                                                                                            Wherever you are is as good as
                                                                                                                            your workplace

                                                                                                                              Resources

                                                                                                                              Videos

                                                                                                                              Watch comprehensive videos on features and other important topics that will help you master Zoho CRM.



                                                                                                                              eBooks

                                                                                                                              Download free eBooks and access a range of topics to get deeper insight on successfully using Zoho CRM.



                                                                                                                              Webinars

                                                                                                                              Sign up for our webinars and learn the Zoho CRM basics, from customization to sales force automation and more.



                                                                                                                              CRM Tips

                                                                                                                              Make the most of Zoho CRM with these useful tips.



                                                                                                                                Zoho Show Resources