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-03-15 09:38 AM
Which API call can I use to retrieve our Master Account ID?
Solved! Go to Solution.
2022-03-15 10:37 AM
@kalel For these types of questions, I suggest reaching out in the dev forum or searching the dev forum.
https://devforum.zoom.us/
I took a look and found this post which may help.
https://devforum.zoom.us/t/where-to-find-the-account-id/7159
You should also check out the developer docs for API reference here:
https://marketplace.zoom.us/docs/api-reference/using-zoom-apis
If this answer helped solve your question/issue, please hit the "Accept as Solution" button below.
2022-03-15 08:42 PM
@kalel if you are in the master account calling the account APIS, you can just pass the 'me' parameter for the id and it will pull the current account so you don't need to know the id.
2022-03-15 10:37 AM
@kalel For these types of questions, I suggest reaching out in the dev forum or searching the dev forum.
https://devforum.zoom.us/
I took a look and found this post which may help.
https://devforum.zoom.us/t/where-to-find-the-account-id/7159
You should also check out the developer docs for API reference here:
https://marketplace.zoom.us/docs/api-reference/using-zoom-apis
If this answer helped solve your question/issue, please hit the "Accept as Solution" button below.
2022-03-15 10:57 AM
Thank you, giving this https://marketplace.zoom.us/docs/api-reference/zoom-api/users/user a try.
2022-03-15 08:42 PM
@kalel if you are in the master account calling the account APIS, you can just pass the 'me' parameter for the id and it will pull the current account so you don't need to know the id.