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

Get all users' details

https://voice.zoho.com/rest/json/zv/api/users

ZohoVoice.agents.READ

GET

Use this API to get all the users details

Get a single user by ID 

https://voice.zoho.com/rest/json/zv/api/users/[userid]

ZohoVoice.agents.READ

GET

Use this API to get a single user information

Create a user record

https://voice.zoho.com/rest/json/zv/api/users

ZohoVoice.agents.CREATE

POST

Use this API to create a user record

Update a user detail

https://voice.zoho.com/rest/json/zv/api/users

ZohoVoice.agents.UPDATE

PUT

Use this API to update user details

Delete user

https://voice.zoho.com/rest/json/zv/api/users

ZohoVoice.agents.DELETE

DELETE

Use this API to delete users from the organization