Get the List of Users
To get the list of all users in an organization.
API: https://meeting.zoho.com/api/v2/{orgId}/user
Method : Get
OAuth Scope : ZohoMeeting.user.READ
Path Params:
orgId - organization id which is retrieved from currentUser api
Params :
index - Page Number. Default value 0.
count - No.Of records.Default value 20.
Request Example
Copied
Response Example
Copied
Show full
Show less
POSSIBLE ERROR CASES
1. Invalid DC or Invalid token
HTTP Code: 400
HTTP Body:
Copied
Resolution: Check whether the entered DC is correct and entered token is not expired.
2. Invalid orgId
HTTP Code: 403
HTTP Body:
Copied
Resolution: Check whether the entered organization id is correct.
3. Invalid Org Admin
HTTP Code: 403
HTTP Body:
Copied
Resolution: Only admin can access this api. Kindly contact the admin.