Get list of members in a department
You can use this API to get a list of all members in a specific department.
API: https://webinar.zoho.com/api/v2/{orgId}/department/{departmentId}/user/member
Method: Get
OAuth Scope: ZohoWebinar.department.READ
Path Params:
orgId - organization id which is retrieved from currentUser api
departmentId - department id which is retrieved from get list of department api
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.
4. Limit Exceeded
HTTP Code: 400
HTTP Body:
Copied
Resolution: Max limit is 100.