Number of APIs: 61
Note: The Zoom User API was formerly a subset of the Meeting API The Zoom User API lets developers access data related to Contact Groups, Groups, and Users. Use this API to build private services or public applications on the Zoom App Marketplace. Learn how to get your credentials and create private/public applications in our Authorization Guide. The API accepts application/json
and multipart/form-data
, and responds with application/json
and application/xml
. All endpoints are available at https://api.zoom.us/v2/
.
POST {{baseUrl}}/contacts/groups/:groupId/members
GET {{baseUrl}}/contacts/groups/:groupId
DELETE {{baseUrl}}/contacts/groups/:groupId/members?member_ids=<string>
DELETE {{baseUrl}}/contacts/groups/:groupId
PATCH {{baseUrl}}/contacts/groups/:groupId
POST {{baseUrl}}/contacts/groups
DELETE {{baseUrl}}/groups/:groupId/admins/:userId
POST {{baseUrl}}/groups/:groupId/admins
DELETE {{baseUrl}}/groups/:groupId/members/:memberId
GET {{baseUrl}}/contacts/groups?page_size=10&next_page_token=<string>
ENDPOINTS