Resultado da Busca
Show off your projects, ask for feedback, and discover new things on the Zoom Developer Platform! 11. Community forum for Zoom's APIs, SDKs, and developer tools.
19 de jul. de 2024 · I created this meeting using server-to-server authentication from same account. Can you explain the difference between external and internal users? and how do I create internal users
23 de abr. de 2024 · If you just need the Account Number then you can find when you go to zoom.us and sign in. Then, go to ‘Profile’ from the navigation menu on the left. Check under your name, your Account No. should appear there. If you need the Account ID specifically I can send that to you in PM if you provide me with your account number there.
10 de mar. de 2020 · We are currently using the API to create meetings and then using the join_url from the response to create a button for the user to click on to join the meeting which is working fine. We have also recently added Single sign-On which is also working fine. However when a user who is authenticated in the IDP but not yet logged into zoom uses the ...
7 de ago. de 2024 · I’m experiencing an issue with logging into my account using my professional email. Despite entering the correct credentials, I am unable to proceed past the login screen. I’ve tried resetting my password and clearing my browser cache, but the problem persists. Could you please provide assistance on what might be causing this issue and how to resolve it? Are there any specific settings or ...
4 de mar. de 2019 · Finding your existing JWT API Key/Secret app in Marketplace. When you first log in to the marketplace, click on the Manage button. Afterwards, your existing app will be located in the Created Apps section. You will notice that each app type either OAuth , SDK , JWT or Webhook will be listed as an account level app. Your app name will be listed.
15 de jul. de 2024 · Hi Team, I have integrated zoom meeting sdk in one of my android app couple years ago . Now doing it for another app, but I can see sdk has changed alot since then. Tried to install it but getting ZOOM_ERROR_AUTHRET_TOKENWRONG OR ZOOM_ERROR_INVALID_ARGUMENTS. I am not sure where i am going wrong. I am doing simple inegration where user can simply join zoom meeting with URL with guest login in ...
3 de mai. de 2024 · Step 3 returns an access code use this access code to call Zoom REST API, to get the user’s ZAK token. On the Zoom Meeting SDK for Unreal, enter the ZAK token in the parameters before joining / starting a meeting. Let me know which steps you are clarification on, I’ll expand on them.
10 de nov. de 2022 · @thecircleoflifefree at zoom.us > Account Management > Account Profile you can see your Account Number. I don’t actually see a way to get your Account ID through the portal – however, you can use the get a user api to retrieve your account id.
2 de nov. de 2019 · PSZoom PSZoom is a Powershell wrapper for Zoom’s REST API. At the moment it includes cmdlets for users, groups and meetings as well as a few for reports. Installing it is as simple as: Install-Module PSZoom Import-Module PSZoom You can also find it at the PowerShell Gallery or on Github. Currently PSZoom uses only JWT for authorization. Example Code Get all active users Get-ZoomUsers ...