Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

zoom_us

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zoom_us

  • 0.1.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

zoom_us

ZoomUs - the Ruby gem for the Zoom API

The Zoom API allows developers to safely and securely access information from Zoom. You can use this API to build private services or public applications on the Zoom App Marketplace. To learn how to get your credentials and create private/public applications, read our Authorization Guide. All endpoints are available via https and are located at api.zoom.us/v2/. For instance you can list all users on an account via https://api.zoom.us/v2/users/.

This SDK is automatically generated by the Swagger Codegen project:

  • API version: 2.0.0
  • Package version: 0.1.1
  • Build package: io.swagger.codegen.languages.RubyClientCodegen For more information, please visit https://developer.zoom.us/

Installation

Build a gem

To build the Ruby code into a gem:

gem build zoom_us.gemspec

Then either install the gem locally:

gem install ./zoom_us-0.1.1.gem

(for development, run gem install --dev ./zoom_us-0.1.1.gem to install the development dependencies)

or publish the gem to a gem hosting service, e.g. RubyGems.

Finally add this to the Gemfile:

gem 'zoom_us', '~> 0.1.1'

Install from Git

If the Ruby gem is hosted at a git repository: https://github.com/GIT_USER_ID/GIT_REPO_ID, then add the following in the Gemfile:

gem 'zoom_us', :git => 'https://github.com/GIT_USER_ID/GIT_REPO_ID.git'

Include the Ruby code directly

Include the Ruby code directly using -I as follows:

ruby -Ilib script.rb

Getting Started

Please follow the installation procedure and then run the following code:

# Load the gem
require 'zoom_us'

# Setup authorization
ZoomUs.configure do |config|
  # Configure OAuth2 access token for authorization: OAuth
  config.access_token = 'YOUR ACCESS TOKEN'
end

api_instance = ZoomUs::AccountsApi.new

account_id = 'account_id_example' # String | The account ID.


begin
  #Get a Sub Account
  result = api_instance.account(account_id)
  p result
rescue ZoomUs::ApiError => e
  puts "Exception when calling AccountsApi->account: #{e}"
end

Documentation for API Endpoints

All URIs are relative to https://api.zoom.us/v2

ClassMethodHTTP requestDescription
ZoomUs::AccountsApiaccountGET /accounts/{accountId}Get a Sub Account
ZoomUs::AccountsApiaccount_createPOST /accountsCreate a Sub Account
ZoomUs::AccountsApiaccount_disassociateDELETE /accounts/{accountId}Disassociate a Sub Account
ZoomUs::AccountsApiaccount_managed_domainGET /accounts/{accountId}/managed_domainsGet Managed Domains
ZoomUs::AccountsApiaccount_options_updatePATCH /accounts/{accountId}/optionsUpdate Options
ZoomUs::AccountsApiaccount_settingsGET /accounts/{accountId}/settingsGet Settings
ZoomUs::AccountsApiaccount_settings_updatePATCH /accounts/{accountId}/settingsUpdate Settings
ZoomUs::AccountsApiaccount_trusted_domainGET /accounts/{accountId}/trusted_domainsGet Trusted Domains
ZoomUs::AccountsApiaccountsGET /accountsList Sub Accounts
ZoomUs::AccountsApiget_account_lock_settingsGET /accounts/{accountId}/lock_settingsGet Locked Settings
ZoomUs::AccountsApiupdate_account_lock_settingsPATCH /accounts/{accountId}/lock_settingsUpdate Locked Settings
ZoomUs::AccountsApiupdate_account_ownerPUT /accounts/{accountId}/ownerUpdate the Account Owner
ZoomUs::BillingApiaccount_billingGET /accounts/{accountId}/billingGet Billing Information
ZoomUs::BillingApiaccount_billing_updatePATCH /accounts/{accountId}/billingUpdate Billing Information
ZoomUs::BillingApiaccount_plan_addon_cancelPATCH /accounts/{accountId}/plans/addons/statusCancel Additional Plans
ZoomUs::BillingApiaccount_plan_addon_createPOST /accounts/{accountId}/plans/addonsAdd an Additional Plan
ZoomUs::BillingApiaccount_plan_addon_updatePUT /accounts/{accountId}/plans/addonsUpdate an Additional Plan
ZoomUs::BillingApiaccount_plan_base_deletePATCH /accounts/{accountId}/plans/base/statusCancel Base Plan
ZoomUs::BillingApiaccount_plan_base_updatePUT /accounts/{accountId}/plans/baseUpdate a Base Plan
ZoomUs::BillingApiaccount_plan_createPOST /accounts/{accountId}/plansSubscribe to Plans
ZoomUs::BillingApiaccount_plansGET /accounts/{accountId}/plansGet Plan Information
ZoomUs::BillingApiget_plan_usageGET /accounts/{accountId}/plans/usageGet Plan Usage
ZoomUs::ChatChannelsApicreate_channelPOST /chat/users/me/channelsCreate a Channel
ZoomUs::ChatChannelsApidelete_channelDELETE /chat/channels/{channelId}Delete a Channel
ZoomUs::ChatChannelsApiget_channelGET /chat/channels/{channelId}Get a Channel
ZoomUs::ChatChannelsApiget_channelsGET /chat/users/me/channelsList User's Channels
ZoomUs::ChatChannelsApiinvite_channel_membersPOST /chat/channels/{channelId}/membersInvite Channel Members
ZoomUs::ChatChannelsApijoin_channelPOST /chat/channels/{channelId}/members/meJoin a Channel
ZoomUs::ChatChannelsApileave_channelDELETE /chat/channels/{channelId}/members/meLeave a Channel
ZoomUs::ChatChannelsApilist_channel_membersGET /chat/channels/{channelId}/membersList Channel Members
ZoomUs::ChatChannelsApiremove_a_channel_memberDELETE /chat/channels/{channelId}/members/{memberId}Remove a Member
ZoomUs::ChatChannelsApiupdate_channelPATCH /chat/channels/{channelId}Update a Channel
ZoomUs::ChatMessagesApidelete_chat_messageDELETE /chat/users/me/messages/{messageId}Delete a Message
ZoomUs::ChatMessagesApiedit_messagePUT /chat/users/me/messages/{messageId}Update a Message
ZoomUs::ChatMessagesApiget_chat_messagesGET /chat/users/{userId}/messagesList User's Chat Messages
ZoomUs::ChatMessagesApisenda_chat_messagePOST /chat/users/me/messagesSend a Chat Message
ZoomUs::ChatbotMessagesApidelete_a_chatbot_messageDELETE /im/chat/messages/{message_id}Delete a Chatbot Message
ZoomUs::ChatbotMessagesApiedit_chatbot_messagePUT /im/chat/messages/{message_id}Edit a Chatbot Message
ZoomUs::ChatbotMessagesApisendchatbotPOST /im/chat/messagesSend Chatbot Messages
ZoomUs::CloudRecordingApiget_account_cloud_recordingGET /accounts/{accountId}/recordingsList Recordings of an Account
ZoomUs::CloudRecordingApimeeting_recording_registrant_createPOST /meetings/{meetingId}/recordings/registrantsCreate a Recording Registrant
ZoomUs::CloudRecordingApimeeting_recording_registrant_statusPUT /meetings/{meetingId}/recordings/registrants/statusUpdate Recording Registrant's Status
ZoomUs::CloudRecordingApimeeting_recording_registrantsGET /meetings/{meetingId}/recordings/registrantsList Recording Registrants
ZoomUs::CloudRecordingApirecording_deleteDELETE /meetings/{meetingId}/recordingsDelete Meeting Recordings
ZoomUs::CloudRecordingApirecording_delete_oneDELETE /meetings/{meetingId}/recordings/{recordingId}Delete a Meeting Recording File
ZoomUs::CloudRecordingApirecording_getGET /meetings/{meetingId}/recordingsGet Meeting Recordings
ZoomUs::CloudRecordingApirecording_registrant_question_updatePATCH /meetings/{meetingId}/recordings/registrants/questionsUpdate Registration Questions
ZoomUs::CloudRecordingApirecording_registrants_questions_getGET /meetings/{meetingId}/recordings/registrants/questionsGet Registration Questions
ZoomUs::CloudRecordingApirecording_setting_updateGET /meetings/{meetingId}/recordings/settingsGet Meeting Recording Settings
ZoomUs::CloudRecordingApirecording_settings_updatePATCH /meetings/{meetingId}/recordings/settingsUpdate Meeting Recording Settings
ZoomUs::CloudRecordingApirecording_status_updatePUT /meetings/{meetingId}/recordings/statusRecover Meeting Recordings
ZoomUs::CloudRecordingApirecording_status_update_onePUT /meetings/{meetingId}/recordings/{recordingId}/statusRecover a Single Recording
ZoomUs::CloudRecordingApirecordings_listGET /users/{userId}/recordingsList All Recordings
ZoomUs::CommonAreaPhonesApiadd_common_area_phonePOST /phone/common_area_phonesAdd a Common Area Phone
ZoomUs::CommonAreaPhonesApidelete_common_area_phoneDELETE /phone/common_area_phone/{commonAreaPhoneId}Delete a Common Area Phone
ZoomUs::CommonAreaPhonesApiget_a_common_area_phoneGET /phone/common_area_phone/{commonAreaPhoneId}Get Common Area Phone Details
ZoomUs::CommonAreaPhonesApilist_common_area_phonesGET /phone/common_area_phonesList Common Area Phones
ZoomUs::CommonAreaPhonesApiupdate_common_area_phonePATCH /phone/common_area_phone/{commonAreaPhoneId}Update Common Area Phone
ZoomUs::ContactsApiget_user_contactGET /chat/users/me/contacts/{contactId}Get User's Contact Details
ZoomUs::ContactsApiget_user_contactsGET /chat/users/me/contactsList User's Contacts
ZoomUs::ContactsApisearch_company_contactsGET /contactsSearch Company Contacts
ZoomUs::DashboardsApidashboard_client_feedbackGET /metrics/client/feedbackList Zoom Meetings Client Feedbacks
ZoomUs::DashboardsApidashboard_client_feedback_detailGET /metrics/client/feedback/{feedbackId}Get Zoom Meetings Client Feedback
ZoomUs::DashboardsApidashboard_crcGET /metrics/crcGet CRC Port Usage
ZoomUs::DashboardsApidashboard_imGET /metrics/imGet IM Metrics
ZoomUs::DashboardsApidashboard_issue_detail_zoom_roomGET /metrics/issues/zoomrooms/{zoomroomId}Get Issues of Zoom Rooms
ZoomUs::DashboardsApidashboard_issue_zoom_roomGET /metrics/issues/zoomroomsGet Top 25 Zoom Rooms with Issues
ZoomUs::DashboardsApidashboard_meeting_detailGET /metrics/meetings/{meetingId}Get Meeting Details
ZoomUs::DashboardsApidashboard_meeting_participant_qosGET /metrics/meetings/{meetingId}/participants/{participantId}/qosGet Meeting Participant QOS
ZoomUs::DashboardsApidashboard_meeting_participant_shareGET /metrics/meetings/{meetingId}/participants/sharingGet Sharing/Recording Details of Meeting Participants
ZoomUs::DashboardsApidashboard_meeting_participantsGET /metrics/meetings/{meetingId}/participantsList Meeting Participants
ZoomUs::DashboardsApidashboard_meeting_participants_qosGET /metrics/meetings/{meetingId}/participants/qosList Meeting Participants QOS
ZoomUs::DashboardsApidashboard_meetingsGET /metrics/meetingsList Meetings
ZoomUs::DashboardsApidashboard_webinar_detailGET /metrics/webinars/{webinarId}Get Webinar Details
ZoomUs::DashboardsApidashboard_webinar_participant_qosGET /metrics/webinars/{webinarId}/participants/{participantId}/qosGet Webinar Participant QOS
ZoomUs::DashboardsApidashboard_webinar_participant_shareGET /metrics/webinars/{webinarId}/participants/sharingGet Sharing/Recording Details of Webinar Participants
ZoomUs::DashboardsApidashboard_webinar_participantsGET /metrics/webinars/{webinarId}/participantsGet Webinar Participants
ZoomUs::DashboardsApidashboard_webinar_participants_qosGET /metrics/webinars/{webinarId}/participants/qosList Webinar Participant QOS
ZoomUs::DashboardsApidashboard_webinarsGET /metrics/webinarsList Webinars
ZoomUs::DashboardsApidashboard_zoom_roomGET /metrics/zoomrooms/{zoomroomId}Get Zoom Rooms Details
ZoomUs::DashboardsApidashboard_zoom_room_issueGET /metrics/zoomrooms/issuesGet Top 25 issues of Zoom Rooms
ZoomUs::DashboardsApidashboard_zoom_roomsGET /metrics/zoomroomsList Zoom Rooms
ZoomUs::DashboardsApilist_meeting_satisfactionGET /metrics/client/satisfactionList Client Meeting Satisfaction
ZoomUs::DevicesApidevice_createPOST /h323/devicesCreate a H.323/SIP Device
ZoomUs::DevicesApidevice_deleteDELETE /h323/devices/{deviceId}Delete a H.323/SIP Device
ZoomUs::DevicesApidevice_listGET /h323/devicesList H.323/SIP Devices
ZoomUs::DevicesApidevice_updatePATCH /h323/devices/{deviceId}Update a H.323/SIP Device
ZoomUs::GroupsApiget_group_lock_settingsGET /groups/{groupId}/lock_settingsGet Locked Settings
ZoomUs::GroupsApiget_group_settingsGET /groups/{groupId}/settingsGet a Group's Settings
ZoomUs::GroupsApigroupGET /groups/{groupId}Get a Group
ZoomUs::GroupsApigroup_createPOST /groupsCreate a Group
ZoomUs::GroupsApigroup_deleteDELETE /groups/{groupId}Delete a Group
ZoomUs::GroupsApigroup_locked_settingsPATCH /groups/{groupId}/lock_settingsUpdate Locked Settings
ZoomUs::GroupsApigroup_membersGET /groups/{groupId}/membersList Group Members
ZoomUs::GroupsApigroup_members_createPOST /groups/{groupId}/membersAdd Group Members
ZoomUs::GroupsApigroup_members_deleteDELETE /groups/{groupId}/members/{memberId}Delete a Group Member
ZoomUs::GroupsApigroup_updatePATCH /groups/{groupId}Update a Group
ZoomUs::GroupsApigroupsGET /groupsList Groups
ZoomUs::GroupsApiupdate_a_group_memberPATCH /groups/{groupId}/members/{memberId}Update a Group Member
ZoomUs::GroupsApiupdate_group_settingsPATCH /groups/{groupId}/settingsUpdate a Group's Settings
ZoomUs::IMChatApiim_chat_messagesGET /im/chat/sessions/{sessionId}Retrieve IM Chat Messages
ZoomUs::IMChatApiim_chat_sessionsGET /im/chat/sessionsGet IM Chat Sessions
ZoomUs::IMChatApilistimmessagesGET /im/users/{userId}/chat/messagesGet User’s IM Messages
ZoomUs::IMChatApisendimmessagesPOST /im/users/me/chat/messagesSend IM messages
ZoomUs::IMGroupsApiim_groupGET /im/groups/{groupId}Retrieve an IM Directory Group
ZoomUs::IMGroupsApiim_group_createPOST /im/groupsCreate an IM Directory Group
ZoomUs::IMGroupsApiim_group_deleteDELETE /im/groups/{groupId}Delete an IM Directory Group
ZoomUs::IMGroupsApiim_group_membersGET /im/groups/{groupId}/membersList IM Directory Group Members
ZoomUs::IMGroupsApiim_group_members_createPOST /im/groups/{groupId}/membersAdd IM Directory Group Members
ZoomUs::IMGroupsApiim_group_members_deleteDELETE /im/groups/{groupId}/members/{memberId}Delete an IM Directory Group Member
ZoomUs::IMGroupsApiim_group_updatePATCH /im/groups/{groupId}Update an IM Directory Group
ZoomUs::IMGroupsApiim_groupsGET /im/groupsList IM Directory Groups
ZoomUs::MeetingsApilist_past_meeting_filesGET /past_meetings/{meetingId}/filesList Past Meeting Files
ZoomUs::MeetingsApilist_past_meeting_pollsGET /past_meetings/{meetingId}/pollsList Past Meeting's Poll Results
ZoomUs::MeetingsApimeetingGET /meetings/{meetingId}Get a Meeting
ZoomUs::MeetingsApimeeting_createPOST /users/{userId}/meetingsCreate a Meeting
ZoomUs::MeetingsApimeeting_deleteDELETE /meetings/{meetingId}Delete a Meeting
ZoomUs::MeetingsApimeeting_invitationGET /meetings/{meetingId}/invitationGet Meeting Invitation
ZoomUs::MeetingsApimeeting_live_stream_status_updatePATCH /meetings/{meetingId}/livestream/statusUpdate Live Stream Status
ZoomUs::MeetingsApimeeting_live_stream_updatePATCH /meetings/{meetingId}/livestreamUpdate Live Stream
ZoomUs::MeetingsApimeeting_poll_createPOST /meetings/{meetingId}/pollsCreate a Meeting Poll
ZoomUs::MeetingsApimeeting_poll_deleteDELETE /meetings/{meetingId}/polls/{pollId}Delete a Meeting Poll
ZoomUs::MeetingsApimeeting_poll_getGET /meetings/{meetingId}/polls/{pollId}Get a Meeting Poll
ZoomUs::MeetingsApimeeting_poll_updatePUT /meetings/{meetingId}/polls/{pollId}Update a Meeting Poll
ZoomUs::MeetingsApimeeting_pollsGET /meetings/{meetingId}/pollsList Meeting Polls
ZoomUs::MeetingsApimeeting_registrant_createPOST /meetings/{meetingId}/registrantsAdd Meeting Registrant
ZoomUs::MeetingsApimeeting_registrant_question_updatePATCH /meetings/{meetingId}/registrants/questionsUpdate Registration Questions
ZoomUs::MeetingsApimeeting_registrant_statusPUT /meetings/{meetingId}/registrants/statusUpdate Meeting Registrant Status
ZoomUs::MeetingsApimeeting_registrantsGET /meetings/{meetingId}/registrantsList Meeting Registrants
ZoomUs::MeetingsApimeeting_registrants_questions_getGET /meetings/{meetingId}/registrants/questionsList Registration Questions
ZoomUs::MeetingsApimeeting_statusPUT /meetings/{meetingId}/statusUpdate Meeting Status
ZoomUs::MeetingsApimeeting_updatePATCH /meetings/{meetingId}Update a Meeting
ZoomUs::MeetingsApimeetingsGET /users/{userId}/meetingsList Meetings
ZoomUs::MeetingsApipast_meeting_detailsGET /past_meetings/{meetingUUID}Get Past Meeting Details
ZoomUs::MeetingsApipast_meeting_participantsGET /past_meetings/{meetingUUID}/participantsGet Past Meeting Participants
ZoomUs::MeetingsApipast_meetingsGET /past_meetings/{meetingId}/instancesList Ended Meeting Instances
ZoomUs::PACApiuser_pa_csGET /users/{userId}/pacList a User's PAC Accounts
ZoomUs::PhoneApiaccount_call_logsGET /phone/call_logsGet Account's Call Logs
ZoomUs::PhoneApiassign_calling_planPOST /phone/users/{userId}/calling_plansAssign Calling Plan to a User
ZoomUs::PhoneApiassign_phone_numberPOST /phone/users/{userId}/phone_numbersAssign Phone Number to User
ZoomUs::PhoneApichange_main_company_numberPUT /phone/company_numberChange Main Company Number
ZoomUs::PhoneApiget_phone_number_detailsGET /phone/numbers/{numberId}Get Phone Number Details
ZoomUs::PhoneApilist_account_phone_numbersGET /phone/numbersList Phone Numbers
ZoomUs::PhoneApilist_calling_plansGET /phone/calling_plansList Calling Plans
ZoomUs::PhoneApilist_phone_usersGET /phone/usersList Phone Users
ZoomUs::PhoneApiphone_userGET /phone/users/{userId}Get User's Profile
ZoomUs::PhoneApiphone_user_call_logsGET /phone/users/{userId}/call_logsGet User's Call Logs
ZoomUs::PhoneApiphone_user_recordingsGET /phone/users/{userId}/recordingsGet User's Recordings
ZoomUs::PhoneApiphone_user_settingsGET /phone/users/{userId}/settingsGet User's Settings
ZoomUs::PhoneApiphone_user_voice_mailsGET /phone/users/{userId}/voice_mailsGet User's Voicemails
ZoomUs::PhoneApiunassign_calling_planDELETE /phone/users/{userId}/calling_plans/{type}Unassign User's Calling Plan
ZoomUs::PhoneApiunassign_phone_numberDELETE /phone/users/{userId}/phone_numbers/{phoneNumberId}Unassign User's Phone Number
ZoomUs::PhoneApiupdate_user_profilePATCH /phone/users/{userId}Update User's Profile
ZoomUs::PhoneAutoReceptionistsApiassign_phone_numbers_auto_receptionistPOST /phone/auto_receptionists/{autoReceptionistId}/phone_numbersAssign Phone Numbers
ZoomUs::PhoneAutoReceptionistsApiunassign_a_phone_num_auto_receptionistDELETE /phone/auto_receptionists/{autoReceptionistId}/phone_numbers/{phoneNumberId}Unassign a Phone Number
ZoomUs::PhoneAutoReceptionistsApiunassign_all_phone_nums_auto_receptionistDELETE /phone/auto_receptionists/{autoReceptionistId}/phone_numbersUnassign all Phone Numbers
ZoomUs::PhoneAutoReceptionistsApiupdate_auto_receptionistPATCH /phone/auto_receptionists/{autoReceptionistId}Update Auto Receptionist Details
ZoomUs::PhoneBlockedListApiadd_anumber_to_blocked_listPOST /phone/blocked_listCreate a Blocked List
ZoomUs::PhoneBlockedListApidelete_a_blocked_listDELETE /phone/blocked_list/{blockedListId}Delete a Blocked List
ZoomUs::PhoneBlockedListApiget_a_blocked_listGET /phone/blocked_list/{blockedListId}Get Blocked List Details
ZoomUs::PhoneBlockedListApilist_blocked_listGET /phone/blocked_listList Blocked Lists
ZoomUs::PhoneBlockedListApiupdate_blocked_listPATCH /phone/blocked_list/{blockedListId}Update a Blocked List
ZoomUs::PhoneCallQueuesApiadd_members_to_call_queuePOST /phone/call_queues/{callQueueId}/membersAdd Members to a Call Queue
ZoomUs::PhoneCallQueuesApiassign_phone_to_call_queuePOST /phone/call_queues/{callQueueId}/phone_numbersAssign Numbers to a Call Queue
ZoomUs::PhoneCallQueuesApichange_call_queue_managerPUT /phone/call_queues/{callQueueId}/managerChange Call Queue Manager
ZoomUs::PhoneCallQueuesApicreate_call_queuePOST /phone/call_queuesCreate a Call Queue
ZoomUs::PhoneCallQueuesApidelete_a_call_queueDELETE /phone/call_queues/{callQueueId}Delete a Call Queue
ZoomUs::PhoneCallQueuesApiget_a_call_queueGET /phone/call_queues/{callQueueId}Get Call Queue Details
ZoomUs::PhoneCallQueuesApilist_call_queuesGET /phone/call_queuesList Call Queues
ZoomUs::PhoneCallQueuesApiun_assign_phone_num_call_queueDELETE /phone/call_queues/{callQueueId}/phone_numbers/{phoneNumberId}Unassign a Phone Number
ZoomUs::PhoneCallQueuesApiunassign_a_phone_num_call_queueDELETE /phone/call_queues/{callQueueId}/phone_numbersUnassign all Phone Numbers
ZoomUs::PhoneCallQueuesApiunassign_all_membersDELETE /phone/call_queues/{callQueueId}/membersUnassign all Members
ZoomUs::PhoneCallQueuesApiunassign_member_from_call_queueDELETE /phone/call_queues/{callQueueId}/members/{memberId}Unassign a Member
ZoomUs::PhoneCallQueuesApiupdate_call_queuePATCH /phone/call_queues/{callQueueId}Update Call Queue Details
ZoomUs::PhoneDevicesApiadd_phone_devicePOST /phone/devicesAdd a Device
ZoomUs::PhoneDevicesApidelete_a_deviceDELETE /phone/devices/{deviceId}Delete a Device
ZoomUs::PhoneDevicesApiget_a_deviceGET /phone/devices/{deviceId}Get Device Details
ZoomUs::PhoneDevicesApilist_phone_devicesGET /phone/devicesList Devices
ZoomUs::PhoneDevicesApiupdate_a_devicePATCH /phone/devices/{deviceId}Update a Device
ZoomUs::PhoneSiteApicreate_phone_sitePOST /phone/sitesCreate a Phone Site
ZoomUs::PhoneSiteApidelete_phone_siteDELETE /phone/sites/{siteId}Delete a Phone Site
ZoomUs::PhoneSiteApiget_a_siteGET /phone/sites/{siteId}Get Phone Site Details
ZoomUs::PhoneSiteApilist_phone_sitesGET /phone/sitesList Phone Sites
ZoomUs::PhoneSiteApiupdate_site_detailsPATCH /phone/sites/{siteId}Update Phone Site Details
ZoomUs::ReportsApiget_billing_invoices_reportsGET /report/billing/invoicesGet Billing Invoice Reports
ZoomUs::ReportsApiget_billing_reportGET /report/billingGet Billing Reports
ZoomUs::ReportsApireport_cloud_recordingGET /report/cloud_recordingGet Cloud Recording Usage Report
ZoomUs::ReportsApireport_dailyGET /report/dailyGet Daily Usage Report
ZoomUs::ReportsApireport_meeting_detailsGET /report/meetings/{meetingId}Get Meeting Detail Reports
ZoomUs::ReportsApireport_meeting_participantsGET /report/meetings/{meetingId}/participantsGet Meeting Participant Reports
ZoomUs::ReportsApireport_meeting_pollsGET /report/meetings/{meetingId}/pollsGet Meeting Poll Reports
ZoomUs::ReportsApireport_meetingsGET /report/users/{userId}/meetingsGet Meeting Reports
ZoomUs::ReportsApireport_operation_logsGET /report/operationlogsGet Operation Logs Report
ZoomUs::ReportsApireport_sign_in_sign_out_activitiesGET /report/activitiesGet Sign In / Sign Out Activity Report
ZoomUs::ReportsApireport_telephoneGET /report/telephoneGet Telephone Reports
ZoomUs::ReportsApireport_usersGET /report/usersGet Active/Inactive Host Reports
ZoomUs::ReportsApireport_webinar_detailsGET /report/webinars/{webinarId}Get Webinar Detail Reports
ZoomUs::ReportsApireport_webinar_participantsGET /report/webinars/{webinarId}/participantsGet Webinar Participant Reports
ZoomUs::ReportsApireport_webinar_pollsGET /report/webinars/{webinarId}/pollsGet Webinar Poll Reports
ZoomUs::ReportsApireport_webinar_qaGET /report/webinars/{webinarId}/qaGet Webinar Q&A Report
ZoomUs::RolesApiadd_role_membersPOST /roles/{roleId}/membersAssign a Role to Members
ZoomUs::RolesApicreate_rolePOST /rolesCreate a Role
ZoomUs::RolesApidelete_roleDELETE /roles/{roleId}Delete a Role
ZoomUs::RolesApiget_role_informationGET /roles/{roleId}Get Role Information
ZoomUs::RolesApirole_member_deleteDELETE /roles/{roleId}/members/{memberId}Unassign a Member's Role
ZoomUs::RolesApirole_membersGET /roles/{roleId}/membersList Members in a Role
ZoomUs::RolesApirolesGET /rolesList Roles
ZoomUs::RolesApiupdate_rolePATCH /roles/{roleId}Update Role Information
ZoomUs::RoomsApiadd_a_roomPOST /roomsAdd a Zoom Room
ZoomUs::RoomsApichange_zr_locationPUT /rooms/{roomId}/locationChange a Zoom Room's Location
ZoomUs::RoomsApidelete_a_zoom_roomDELETE /rooms/{roomId}Delete a Zoom Room
ZoomUs::RoomsApiget_zr_profileGET /rooms/{roomId}Get Zoom Room Profile
ZoomUs::RoomsApiget_zr_settingsGET /rooms/{roomId}/settingsGet Zoom Room Settings
ZoomUs::RoomsApilist_zoom_roomsGET /roomsList Zoom Rooms
ZoomUs::RoomsApilist_zr_devicesGET /rooms/{roomId}/devicesList Zoom Room Devices
ZoomUs::RoomsApiupdate_room_profilePATCH /rooms/{roomId}Update a Zoom Room Profile
ZoomUs::RoomsApiupdate_zr_settingsPATCH /rooms/{roomId}/settingsUpdate Zoom Room Settings
ZoomUs::RoomsAccountApiget_zr_account_profileGET /rooms/account_profileGet Zoom Room Account Profile
ZoomUs::RoomsAccountApiget_zr_account_settingsGET /rooms/account_settingsGet Zoom Room Account Settings
ZoomUs::RoomsAccountApiupdate_zoom_room_acc_settingsPATCH /rooms/account_settingsUpdate Zoom Room Account Settings
ZoomUs::RoomsAccountApiupdate_zr_acc_profilePATCH /rooms/account_profileUpdate Zoom Room Account Profile
ZoomUs::RoomsLocationApiadd_azr_locationPOST /rooms/locationsAdd a Location
ZoomUs::RoomsLocationApichange_parent_locationPUT /rooms/locations/{locationId}/locationChange the Assigned Parent Location
ZoomUs::RoomsLocationApiget_zr_location_profileGET /rooms/locations/{locationId}Get Zoom Room Location Profile
ZoomUs::RoomsLocationApiget_zr_location_settingsGET /rooms/locations/{locationId}/settingsGet Location Settings
ZoomUs::RoomsLocationApiget_zr_location_structureGET /rooms/locations/structureGet Zoom Room Location Structure
ZoomUs::RoomsLocationApilist_zr_locationsGET /rooms/locationsList Zoom Room Locations
ZoomUs::RoomsLocationApiupdate_zoom_rooms_location_structurePATCH /rooms/locations/structureUpdate Zoom Rooms Location Structure
ZoomUs::RoomsLocationApiupdate_zr_location_profilePATCH /rooms/locations/{locationId}Update Zoom Room Location Profile
ZoomUs::RoomsLocationApiupdate_zr_location_settingsPATCH /rooms/locations/{locationId}/settingsUpdate Location Settings
ZoomUs::SIPConnectedAudioApiassign_sip_configPATCH /accounts/{accountId}/sip_trunk/settingsAssign SIP Trunk Configuration
ZoomUs::SIPConnectedAudioApiassign_sip_trunk_numbersPOST /accounts/{accountId}/sip_trunk/numbersAssign Numbers
ZoomUs::SIPConnectedAudioApidelete_all_sip_numbersDELETE /accounts/{accountId}/sip_trunk/numbersDelete All Numbers
ZoomUs::SIPConnectedAudioApilist_sip_trunk_numbersGET /sip_trunk/numbersList SIP Trunk Numbers
ZoomUs::SIPPhonecreate_sip_phonePOST /sip_phonesCreate SIP Phone
ZoomUs::SIPPhonedelete_sip_phoneDELETE /sip_phones/{phoneId}Delete SIP Phone
ZoomUs::SIPPhonelist_sip_phonesGET /sip_phonesList SIP Phones
ZoomUs::SIPPhoneupdate_sip_phonePATCH /sip_phones/{phoneId}Update SIP Phone
ZoomUs::TSPApitspGET /tspGet Account's TSP Information
ZoomUs::TSPApitsp_updatePATCH /tspUpdate account's TSP information
ZoomUs::TSPApitsp_url_updatePATCH /users/{userId}/tsp/settingsSet Global Dial-in URL for a TSP User
ZoomUs::TSPApiuser_ts_psGET /users/{userId}/tspList User's TSP accounts
ZoomUs::TSPApiuser_tspGET /users/{userId}/tsp/{tspId}Get a User's TSP Account
ZoomUs::TSPApiuser_tsp_createPOST /users/{userId}/tspAdd a User's TSP Account
ZoomUs::TSPApiuser_tsp_deleteDELETE /users/{userId}/tsp/{tspId}Delete a User's TSP Account
ZoomUs::TSPApiuser_tsp_updatePATCH /users/{userId}/tsp/{tspId}Update a TSP Account
ZoomUs::TrackingFieldApitrackingfield_createPOST /tracking_fieldsCreate a Tracking Field
ZoomUs::TrackingFieldApitrackingfield_deleteDELETE /tracking_fields/{fieldId}Delete a Tracking Field
ZoomUs::TrackingFieldApitrackingfield_getGET /tracking_fields/{fieldId}Get a Tracking Field
ZoomUs::TrackingFieldApitrackingfield_listGET /tracking_fieldsList Tracking Fields
ZoomUs::TrackingFieldApitrackingfield_updatePATCH /tracking_fields/{fieldId}Update a Tracking Field
ZoomUs::UsersApiswitch_user_accountPUT /accounts/{accountId}/users/{userId}/accountSwitch a User's Account
ZoomUs::UsersApiuserGET /users/{userId}Get a User
ZoomUs::UsersApiuser_assistant_createPOST /users/{userId}/assistantsAdd Assistants
ZoomUs::UsersApiuser_assistant_deleteDELETE /users/{userId}/assistants/{assistantId}Delete a User Assistant
ZoomUs::UsersApiuser_assistantsGET /users/{userId}/assistantsList User Assistants
ZoomUs::UsersApiuser_assistants_deleteDELETE /users/{userId}/assistantsDelete User Assistants
ZoomUs::UsersApiuser_createPOST /usersCreate Users
ZoomUs::UsersApiuser_deleteDELETE /users/{userId}Delete User
ZoomUs::UsersApiuser_emailGET /users/emailCheck a User Email
ZoomUs::UsersApiuser_email_updatePUT /users/{userId}/emailUpdate a User's Email
ZoomUs::UsersApiuser_passwordPUT /users/{userId}/passwordUpdate a User's Password
ZoomUs::UsersApiuser_permissionGET /users/{userId}/permissionsGet User Permissions
ZoomUs::UsersApiuser_picturePOST /users/{userId}/pictureUpload a User's Profile Picture
ZoomUs::UsersApiuser_scheduler_deleteDELETE /users/{userId}/schedulers/{schedulerId}Delete a Scheduler
ZoomUs::UsersApiuser_schedulersGET /users/{userId}/schedulersList User Schedulers
ZoomUs::UsersApiuser_schedulers_deleteDELETE /users/{userId}/schedulersDelete User Schedulers
ZoomUs::UsersApiuser_settingsGET /users/{userId}/settingsGet User Settings
ZoomUs::UsersApiuser_settings_updatePATCH /users/{userId}/settingsUpdate User Settings
ZoomUs::UsersApiuser_sso_token_deleteDELETE /users/{userId}/tokenRevoke a User's SSO Token
ZoomUs::UsersApiuser_statusPUT /users/{userId}/statusUpdate User Status
ZoomUs::UsersApiuser_tokenGET /users/{userId}/tokenGet a User Token
ZoomUs::UsersApiuser_updatePATCH /users/{userId}Update User
ZoomUs::UsersApiuser_vanity_nameGET /users/vanity_nameCheck a User's PM Room Name
ZoomUs::UsersApiuser_zpkGET /users/zpkVerify a User's zpk (Deprecated)
ZoomUs::UsersApiusersGET /usersList Users
ZoomUs::WebinarsApiget_tracking_sourcesGET /webinars/{webinarId}/tracking_sourcesGet Webinar Tracking Sources
ZoomUs::WebinarsApilist_past_webinar_filesGET /past_webinars/{webinarId}/filesList Past Webinar Files
ZoomUs::WebinarsApilist_past_webinar_poll_resultsGET /past_webinars/{webinarId}/pollsList Past Webinar Poll Results
ZoomUs::WebinarsApilist_past_webinar_qaGET /past_webinars/{webinarId}/qaList Q&A of Past Webinar
ZoomUs::WebinarsApipast_webinarsGET /past_webinars/{webinarId}/instancesList Past Webinar Instances
ZoomUs::WebinarsApiwebinarGET /webinars/{webinarId}Get a Webinar
ZoomUs::WebinarsApiwebinar_absenteesGET /past_webinars/{WebinarUUID}/absenteesGet Webinar Absentees
ZoomUs::WebinarsApiwebinar_createPOST /users/{userId}/webinarsCreate a Webinar
ZoomUs::WebinarsApiwebinar_deleteDELETE /webinars/{webinarId}Delete a Webinar
ZoomUs::WebinarsApiwebinar_panelist_createPOST /webinars/{webinarId}/panelistsAdd Panelists
ZoomUs::WebinarsApiwebinar_panelist_deleteDELETE /webinars/{webinarId}/panelists/{panelistId}Remove a Panelist
ZoomUs::WebinarsApiwebinar_panelistsGET /webinars/{webinarId}/panelistsList Panelists
ZoomUs::WebinarsApiwebinar_panelists_deleteDELETE /webinars/{webinarId}/panelistsRemove Panelists
ZoomUs::WebinarsApiwebinar_poll_createPOST /webinars/{webinarId}/pollsCreate a Webinar's Poll
ZoomUs::WebinarsApiwebinar_poll_deleteDELETE /webinars/{webinarId}/polls/{pollId}Delete a Webinar Poll
ZoomUs::WebinarsApiwebinar_poll_getGET /webinars/{webinarId}/polls/{pollId}Get a Webinar Poll
ZoomUs::WebinarsApiwebinar_poll_updatePUT /webinars/{webinarId}/polls/{pollId}Update a Webinar Poll
ZoomUs::WebinarsApiwebinar_pollsGET /webinars/{webinarId}/pollsList a Webinar's Polls
ZoomUs::WebinarsApiwebinar_registrant_createPOST /webinars/{webinarId}/registrantsAdd a Webinar Registrant
ZoomUs::WebinarsApiwebinar_registrant_getGET /webinars/{webinarId}/registrants/{registrantId}Get a Webinar Registrant
ZoomUs::WebinarsApiwebinar_registrant_question_updatePATCH /webinars/{webinarId}/registrants/questionsUpdate Registration Questions
ZoomUs::WebinarsApiwebinar_registrant_statusPUT /webinars/{webinarId}/registrants/statusUpdate Webinar Registrant Status
ZoomUs::WebinarsApiwebinar_registrantsGET /webinars/{webinarId}/registrantsList Webinar Registrants
ZoomUs::WebinarsApiwebinar_registrants_questions_getGET /webinars/{webinarId}/registrants/questionsList Registration Questions
ZoomUs::WebinarsApiwebinar_statusPUT /webinars/{webinarId}/statusUpdate Webinar Status
ZoomUs::WebinarsApiwebinar_updatePATCH /webinars/{webinarId}Update a Webinar
ZoomUs::WebinarsApiwebinarsGET /users/{userId}/webinarsList Webinars

Documentation for Models

Documentation for Authorization

Bearer

  • Type: API key
  • API key parameter name: Authorization
  • Location: HTTP header

Client Credentials

  • Type: OAuth
  • Flow: application
  • Authorization URL:
  • Scopes: N/A

OAuth

FAQs

Package last updated on 11 May 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc