#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/ .

  1. contacts-groups-{groupId} - Delete a contact group DELETE {{baseUrl}}/contacts/groups/:groupId

  2. contacts-groups-{groupId} - Update a contact group PATCH {{baseUrl}}/contacts/groups/:groupId

  3. contacts-groups - Create a contact group POST {{baseUrl}}/contacts/groups

  4. groups-{groupId}-admins-{userId} - Delete a group admin DELETE {{baseUrl}}/groups/:groupId/admins/:userId

  5. groups-{groupId}-admins - Add group admins POST {{baseUrl}}/groups/:groupId/admins

  6. groups-{groupId}-members-{memberId} - Delete a group member DELETE {{baseUrl}}/groups/:groupId/members/:memberId

  7. contacts-groups - List contact groups GET {{baseUrl}}/contacts/groups?page_size=10&next_page_token=<string>

  8. groups-{groupId}-lock_settings - Get locked settings GET {{baseUrl}}/groups/:groupId/lock_settings?option=<string>

  9. groups-{groupId}-settings-registration - Get a group's webinar registration settings GET {{baseUrl}}/groups/:groupId/settings/registration?type=webinar

  10. groups-{groupId}-settings - Get a group's settings GET {{baseUrl}}/groups/:groupId/settings?option=recording_authentication&custom_query_fields=<string>