Hello, when logged into the Zoom Dashboard I can navigate to Admin/Account Management/Account profile which lets me see the name and number of my account.
I’m trying to do the same thing with the API and have figured out how to retrieve the account number using the following call, but I can’t figure out how to retrieve the name. Any ideas?
Thanks!
Hi @deleonjose129 ,
You should see the following fields in the response body:
first_name
last_name
display_name
What are you seeing instead?
I see those fields but they are related to my personal zoom account so its displaying information like ‘Jose’. I was hoping to retrieve the name of the overall zoom account which is displayed as ‘PLUS’ in the dashboard.
Ah ok so I’m assuming it’s not company
? @deleonjose129
Right, I don’t have a company field from the API either. This is what I’m looking at in the dashboard
Hi @deleonjose129 your personal Zoom account as in the same user on the account that matches the info in the web portal? Or is this your personal Zoom account outside of your company’s account?
This account is still within my companys organization “PLUS”. The email tied to my account is ‘jose@tutors.plus’ and is the account displayed in the above screenshot.