Users API
Users API helps you to get, create, update and delete user information in the organization.
Method Name | URL | OAuth Scope | Method Type | Purpose |
https://voice.zoho.com/rest/json/zv/api/users | ZohoVoice.agents.READ | GET | Use this API to get all the users details | |
https://voice.zoho.com/rest/json/zv/api/users/[userid] | ZohoVoice.agents.READ | GET | Use this API to get a single user information | |
https://voice.zoho.com/rest/json/zv/api/users | ZohoVoice.agents.CREATE | POST | Use this API to create a user record | |
https://voice.zoho.com/rest/json/zv/api/users | ZohoVoice.agents.UPDATE | PUT | Use this API to update user details | |
https://voice.zoho.com/rest/json/zv/api/users | ZohoVoice.agents.DELETE | DELETE | Use this API to delete users from the organization |