- Zoom Expands Developer Platform with Launch of Zoom Apps

- Zoom Expands Developer Platform with Launch of Zoom Apps

Looking for:

Developer Platform | Zoom 

Click here to DOWNLOAD

















































Zoom APIs allow developers to request information from the Zoom, including but not limited to user details, meeting reports, dashboard data, as well as perform actions on the Zoom platform on a user's behalf.

For example, creating a new user or deleting meeting recordings. Zoom supports the use of OAuth 2. OAuth 2. The following sections provide an overview on the OAuth protocol. The OAuth protocol defines four specific roles. These roles are actively involved in the process of authentication with Zoom APIs:. Generally, the interaction between a Client your app , a Zoom user, Zoom's authorization server, and the Zoom API follows the flow in the diagram below.

An Authorization Grant is the authorization assigned to the Client by the resource owner. The grant type refers to the method the Client uses to request authorization. The usage of this grant type is described in detail in the OAuth with Zoom guide. The following steps provide an overview of the Authorization Code grant flow:. Example Node. The Client Credentials grant is used to get an access token for APIs that require only a service's permission.

This grant does not require a user's permission. To use Client Credentials grant type, perform the following steps:. JWTs contain a signed payload that helps establish server-to-server authentication. If only you or your Zoom account users will use your app, it is recommended that you use JWT authentication.

The complete URL varies depending on the accessed resource. You do not need scopes for JWT apps. Your JWT app will only have access to your Zoom account's information. You can also use the me keyword instead of the userId value. To get information about a user with a user-level OAuth app, the app must have the user:read scope.

While the URL for the request is the same, the behavior of userId value is different from an account-level apps. Instead of providing a user's userId or email address, you must use the me keyword as the value of the userId path parameter.

Otherwise, your app will receive an invalid token error. Server-to-Server OAuth apps also use scopes. You wouldn't use the me keyword with this app type; you must provide a userId or email address. See Server-to-Server authentication for details. You can use the me keyword in place of the userId keyword in any supported API call. When you use the me keyword, the API call uses the authenticated user's access token. Some users may have permissions to access create, read, update, or delete information associated with other users on Zoom accounts.

For example, the Schedule Privilege enables users to assign other users on their account to schedule meetings on their behalf. A user that has been granted this privilege has access to schedule meetings for the other user. A user may also have a role that grants them access to other user information. With shared access permissions, a user can choose whether your app can access the following information:.

Item 2 refers to when a user authorizes your app to use their "shared access permissions" after they add or manage your app on their account. In the example above, the user can choose to share access permissions to schedule meetings for another user's account with your app.

See Allowing Apps access to shared access permissions for details on the end user experience. Your app does not need to do anything different for this access. Zoom handles this via the Authorization server. The users that added your app can continue using your app to access their associated information without the need to take any action.

If your app does not access or change information associated with a user other than the user who added it, then you should not receive additional errors. Your app will receive an error if your app attempts to access or change information for a user other than the one who added the app and when the user who added the app:. In this case, your app will receive a response with an "authenticated user has not permitted access to the targeted resource" error.

This will occur after a request to any API, such as:. Currently, there is no way for your app to know whether a user has authorized shared access permissions for your app. You may be able to determine whether a user should have shared permissions based on the context. For example, your app lets users schedule meetings. In this case, when your app receives the error, you can point the user to the Allowing Apps access to shared access permissions Zoom Help Center article that describes how the user can authorize shared permissions for the app.

Once the user authorizes your app with shared permissions, the API will return the expected response. Zoom displays email addresses for users external to your account only if they meet any of the conditions below:. When Zoom creates a meeting using your PMI, it creates a unique meeting ID that you can see in the create meeting response.

However, Webhooks events will still show your PMI. You should also use your PMI to pass into endpoints, such as:. If you're looking for help, try Developer Support or our Developer Forum. Priority support is also available with Premier Developer Support plans. Using Zoom APIs Zoom APIs allow developers to request information from the Zoom, including but not limited to user details, meeting reports, dashboard data, as well as perform actions on the Zoom platform on a user's behalf.

Note: In this document, you will see the terms client and app used interchangeably. Both of these terms refer to an app integrating with the Zoom API. What is an Access Token? An Access Token is a credential in the form of string that represents the authorization granted to the app. It can be compared with that of an ID card that identifies a person with their level of authority.

For example, a person's driver's license indicates that the person is authorized to drive. Replace it with your actual Authorization Code while making requests.

Authorization : 'Basic abcdsdkjfesjfg' ,. The JWT app type will be deprecated in June, Need help?

   

 

Zoom app api



 

These features include allowing users to join meetings either directly from your app or by dialing in from their phones, send and receive screen-share from other attendees during the meeting and leave the meeting. If you're looking for help, try Developer Support or our Developer Forum. Priority support is also available with Premier Developer Support plans. Public and Private Apps The Zoom Marketplace has a wide variety of applications created by developers either for public usage or as a private extension of their product or service.

Create a Public app if you: Want your application to be available to all of the millions of Zoom users. Have a product or service that you want to publicly extend by integrating into Zoom. Want a public landing page featuring your app on the Marketplace. Create a Private app if you: Intend your app only to be installed by you or the users on your Zoom account. Are building an internal tool or connector to better manage your Zoom account. Account-level and User-Managed Apps The Zoom Marketplace has two differentiated types of applications based on the type of installation, which determines the form of authentication required.

Need help? The time zone id for user profile. For this parameter value please refer to the id value in timezone list. Delete action type disassociate Disassociate a user delete Permanently delete a user. Automatic recording local Record on local cloud Record on cloud none Disabled.

Large meeting capacity, can be , , or , depends on if having related large meeting capacity plan subscription or not. Webinar capacity, can be , , , , or , depends on if having related webinar capacity plan subscription or not. The action type activate set users status to active deactivate set users status to inactive.

User token type token Used for starting meeting with client SDK. Meeting start time. Only used for scheduled meetings and recurring meetings with fixed time. For scheduled meetings only. Please reference our timezone list for supported timezones and their formats. Password to join the meeting. Max of 10 characters. Recurrence meeting type 1 Daily 2 Weekly 3 Monthly.

At which interval should the meeting repeat? For a daily meeting, max of 90 days. For a weekly meeting, max of 12 weeks. For a monthly meeting, max of 3 months. Days of the week the meeting should repeat, multiple values separated by comma 1 Sunday 2 Monday 3 Tuesday 4 Wednesday 5 Thursday 6 Friday 7 Saturday. Week for which the meeting should recur each month, -1 Last week 1 First week 2 Second week 3 Third week 4 Fourth week. Select how many times the meeting will occur before it is canceled.

Select a date the meeting will occur before it is canceled.. Zoom displays email addresses for users external to your account only if they meet any of the conditions below:. When Zoom creates a meeting using your PMI, it creates a unique meeting ID that you can see in the create meeting response. However, Webhooks events will still show your PMI. You should also use your PMI to pass into endpoints, such as:. If you're looking for help, try Developer Support or our Developer Forum.

Priority support is also available with Premier Developer Support plans. Using Zoom APIs Zoom APIs allow developers to request information from the Zoom, including but not limited to user details, meeting reports, dashboard data, as well as perform actions on the Zoom platform on a user's behalf.

Note: In this document, you will see the terms client and app used interchangeably. Both of these terms refer to an app integrating with the Zoom API. What is an Access Token? An Access Token is a credential in the form of string that represents the authorization granted to the app. It can be compared with that of an ID card that identifies a person with their level of authority.

For example, a person's driver's license indicates that the person is authorized to drive. Are you looking to manage Zoom meetings, users, and accounts? The API will probably do. While Zoom has become a synonym for online video meetings in , it would be prudent to investigate alternatives. GoToMeeting also has an API , though many of the access points are deprecated, pointing to it still being a work in progress.

There is also Jitsi , the leading open source platform. Although in order to read the full API you must shoot them an email. Neither service has as extensive an SDK as Zoom. JWT allows server-to-server authentication.

This means that your JWT token will be an authorization granted to the account making the request. OAuth on the other hand, allows users to authorize your application to use their data. If you are making an application strictly for internal usage, JWT might suffice. However, if you wish to build an app publishable on the Zoom Marketplace OAuth is likely the way to go.

Navigate to the Zoom Marketplace. Your first step would be to sign up. Once you are signed up, navigate back to the Zoom Marketplace , you will have to sign in here again.

Then click Develop and Build App, or navigate here. This will bring you to the choose your app type page. We strongly recommend that you use verification tokens to verify whether the event notifications that you receive originate from Zoom.

We also do not recommend whitelisting by IP addresses because Zoom may update the IP ranges used at any time. Instead, refer to the following list of IP addresses that Zoom uses to send event notifications:. After that, Zoom considers the notification successfully delivered. For any unsuccessful notification deliveries, Zoom attempts to deliver the event notification three times :. If a 2XX response is received after any retry attempt, then the event notification is successfully delivered.

However, if Zoom does not receive a 2XX response after three attempts, then no further notifications related to that event will be sent to your app's Event Notification Endpoint URL.

This represents the timestamp for when the associated event occurred. Explore various Zoom webhooks, learn about their payloads, and view examples in the following sections. Ready to use webhooks in your app? Start building on the Zoom App Marketplace. If you're looking for help, try Developer Support or our Developer Forum.

Priority support is also available with Premier Developer Support plans.

 


- Zoom app api



  The registrant status pending registrants status is pending approved registrants status is approved denied registrants status is denied. Typically, an app embeds one of our cross-platform Zoom SDKs inside and enables a new workflow, while a connector will link Zoom services with another platform. There is a confirmation link in this email. There is also Jitsi , the leading open source platform. If your app does not access or change information associated with a user other than the user who added it, then you should not receive additional errors. An SDK is a step up from that. This will leave the account intact but the sub account will not longer be associated with the master account.    


Comments

Popular posts from this blog

Download Zoom Cloud Meetings for Windows | .