Zoomtopia is here. Unlock the transformative power of generative AI, helping you connect, collaborate, and Work Happy with AI Companion.
Register nowEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Learn moreKeep your Zoom app up to date to access the latest features.
Download Center Download the Zoom appDownload hi-res images and animations to elevate your next Zoom meeting.
Browse Backgrounds Zoom Virtual BackgroundsEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Zoom AI Companion2022-07-18 04:00 AM
I created a webhook app and receiving meeting alerts as per https://marketplace.zoom.us/docs/api-reference/zoom-api/events/#/paths/meeting.alert/post .
There is a field in event received "account_id". Its description in zoom support page says
"The account ID of the user who created the meeting."
I wanted to verify this account id coming, so as i created this meeting, i checked in my profile page, account number present there is different from what i am receiving in events.
Could you help me on where can i see account id received in events in my account ?
2022-07-18 10:39 AM
Hello @Neema91,
My name is Brandon. Thanks for joining the Zoom Community! Your account ID is an alphanumeric value as depicted in the example screenshot that I took below. It is a unique value to your account and to get it you must use a "get" API.
use the API reference page listed here to find the API results. https://marketplace.zoom.us/docs/api-reference/introduction/
Thanks,
Brandon
2022-07-18 11:52 PM - edited 2022-07-19 12:53 AM
Hi Brandon,
Thanks for quick response.
so all users under 1 account will have same account id ?
An organisation having 500 users will have same account id for all ?
I am getting confused because as per https://marketplace.zoom.us/docs/api-reference/zoom-api/events/#/paths/meeting.alert/post , it says -
account_id = The account ID of the user who created the meeting.
I understood it as "every user will have its own account id even when they belong to same account" .