#Zoom User API
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/
.
-
contacts-groups-{groupId} - Delete a contact group DELETE {{baseUrl}}/contacts/groups/:groupId
-
contacts-groups-{groupId} - Update a contact group PATCH {{baseUrl}}/contacts/groups/:groupId
-
contacts-groups - Create a contact group POST {{baseUrl}}/contacts/groups
-
groups-{groupId}-admins-{userId} - Delete a group admin DELETE {{baseUrl}}/groups/:groupId/admins/:userId
-
groups-{groupId}-admins - Add group admins POST {{baseUrl}}/groups/:groupId/admins
-
groups-{groupId}-members-{memberId} - Delete a group member DELETE {{baseUrl}}/groups/:groupId/members/:memberId
-
contacts-groups - List contact groups GET {{baseUrl}}/contacts/groups?page_size=10&next_page_token=<string>
-
groups-{groupId}-lock_settings - Get locked settings GET {{baseUrl}}/groups/:groupId/lock_settings?option=<string>
-
groups-{groupId}-settings-registration - Get a group's webinar registration settings GET {{baseUrl}}/groups/:groupId/settings/registration?type=webinar
-
groups-{groupId}-settings - Get a group's settings GET {{baseUrl}}/groups/:groupId/settings?option=recording_authentication&custom_query_fields=<string>