You're invited to Zoomtopia 2022! Our annual user conference will take place in the Americas on November 8-9 and in APAC, Japan, and EMEA on November 17.
Learn more about our hybrid event experienceEverything you need to work together, all in one place.
Explore Zoom One's Collaboration ToolsConnect virtually from anywhere with Zoom Meetings
Collaborate together with Zoom Chat
Call the world with Zoom Phone
Create and brainstorm with Zoom Whiteboard
Rich conversation analytics to improve sales
Send and receive messages and calendar invitations
Bring fluid interactions to hybrid teams with Zoom Huddles
Innovative video solutions for every meeting space.
Bring meeting spaces online with Zoom Rooms
Conference Room Connector links existing rooms to Zoom
Innovative solutions for every space
Solutions to host impactful virtual and hybrid experiences.
Find a Solution for Every EventHost hybrid and virtual events with Zoom Events
Elevate your brand with single session events powered by Zoom Sessions
Broadcast at scale with Zoom Webinars
Host and attend classes, group events, and more OnZoom
An omnichannel cloud solution optimized for video.
Engage customers with Zoom Contact Center
Deliver intelligent support with conversational AI
Zoom solutions elevate collaboration across vertical use cases.
Discover Zoom Industry SolutionsEnabling exciting new ways to teach, learn, and connect globally
Transforming client engagement and employee experiences
Improving collaboration between agencies, ministries and constituents
Connecting care, collaboration, and medical innovation
Real-time communication, anywhere in the world
Bridging the in-store and online experiences
Expert support and services for all your design, strategy, implementation, event, and hardware needs.
Global Services
Flexible subscription plans for hardware
An open platform that allows developers to build Zoom apps and integrations.
Explore over 1,500 apps in Zoom App Marketplace
Documentation for building on Zoom's platform using APIs, Webhooks, and SDKs
Resources that help developers evaluate & build with our solutions
Post your questions and get help from our developer community
Zoom Partners bring Zoom's communications platform to market through alliance, sales, and service partnerships.
Explore Zoom's technology ecosystem
Find a trusted Partner
Learn about Zoom's Partner Programs
Access marketing & sales resources
Login to the Partner Portal and click 'Learn'
Discover new ways to use Zoom solutions to power your modern workforce.
Access expert-led tutorials on Zoom products and features.
Network with other Zoom users, and share your own product and industry insights.
Get documentation on deploying, managing, and using the Zoom platform.
Keep your Zoom client up to date to access the latest features.
Download CenterDownload hi-res images and animations to elevate your next Zoom meeting.
Browse Backgrounds2021-07-14 09:43 AM
Hello all, first post. I was wondering if it's possible to incorporate multiple zoom accounts into one website that has multiple accounts of users. More specifically, my website allows users to log in and manage a list of clients. Right now there are over 200 unique users that have an account. Is it possible for us to add a feature that would allow each of these unique users the ability to add their zoom accounts so they can schedule zoom meetings from within their accounts?
Right now, the only way we can figure out to do that is by having each user create a new app within their accounts, which is extremely awkward and difficult for users.
Ideally, we would like the user to enter their zoom credentials and be able to schedule meetings right from our website by simply using their zoom username and password.
Is this possible?
Many thanks for your help.
2021-07-14 06:14 PM
I want to start by saying I know I could be off base but let me see if I understand what you are trying to do. You have about 200 Zoom account holders (users). They have people who need to schedule meetings with them on your website and when they schedule those meetings, they need to be able to get the Zoom link for the meeting that corresponds with the Zoom account holder (user) they are supposed to meet with. If I am correct about this, then what you need is either a scheduler or or booking software. Google calendar integrates with Zoom and when they schedule an appointment on the Google calendar they would get the zoom link for that 'user'. I am not sure how the public can decide who they are meeting within this scenario. You may need to sit down with someone to think this through a little more. There may be an easier way to do this. I know that what you are proposing can be done but it is not really a Zoom issue. Zoom integrates with other software that can do what you are asking. If you can message me, message me and we can talk about this offline.
2021-07-14 06:34 PM
Thanks mypro for the response. I may have been a little off in my description. Basically, my users want to be able to initiate a zoom call from their account on my site. I want to implement the Zoom api so that each user can user their zoom username password to attach their zoom account to their user account on my site. Does that make sense? Many thanks
2021-07-15 07:57 AM
Hi Interested712,
Please refer to https://marketplace.zoom.us/docs/sdk for our SDK documentation which would allow you to initiate the call within your website.
If you're looking to simply 'start' a meeting from your site (and be pushed to the Zoom client), check our meeting APIs (https://marketplace.zoom.us/docs/api-reference/introduction) which allow you to create a meeting on your Zoom account, and then you can provide the join link for that meeting. Users would then be prompted to the Zoom client.
If they want to use their own Zoom accounts to join your meetings, we would recommend using the APIs to create a meeting and prompt the meeting client.
2021-07-15 10:54 AM
If you are trying to create meetings in their account (not associated to your account) from your website, I am afraid Zoom does not support API calls across unrelated accounts.
2021-07-15 12:21 PM
thank you for your reply. More specifically, our website have individual accounts and within that account, we want the user to be able to link their zoom account. Basically, the user would log into our account, then link their zoom account to it. So whoever has one of our accounts, can link their zoom account to it by simply providing their zoom username and password. Right now, how we have it set up, is that each of our users has to create a zoom app in their account which is very cumbersome and not easy for nontechnological folks. Is that even possible? Thanks
2021-07-15 12:37 PM
Unfortunately, it is not. Zoom integrations all required the OAuth key and secret from the Marketplace, and there is no way to use the user id/password instead (or to get the API information without setting up the application in the Marketplace).
2021-07-22 06:45 AM
Hey @Interested712, you have some responses worth noting! Do any of these answers your question? If so, don't forget to 'Accept as Solution' 🙂
2021-09-26 08:56 AM
Thanks for the info.