AccountService in Mac SDK?

I am looking for a way to fetch the email address of the account in my Mac app.
On Android, I am using AccountService.getAccountEmail() https://zoom.github.io/zoom-sdk-android/us/zoom/sdk/AccountService.html#getAccountEmail--

However, on Mac, I can only see ZoomSDKAccountInfo that only has display name and account type - https://zoom.github.io/zoom-sdk-macos/interface_zoom_s_d_k_account_info.html

What is the way to get more detailed account info from Mac SDK?
Is there any way to complement it with REST API calls?

Hi @grey-bit,

Thanks for the post. Are you looking for the account info or the user info? You could get detailed user information from Zoom API: https://marketplace.zoom.us/docs/api-reference/zoom-api/users/user

Hope this helps. Thanks!

I am looking for the account info of the account that is used for SDK to log in - like in iOS/Android SDK.

Hi @grey-bit,

If you are looking for the info that is used for SDK to log in, then that is the user info. You may retrieve it from the Zoom API I mentioned above. Or you could get some info from https://zoom.github.io/zoom-sdk-macos/interface_zoom_s_d_k_user_info.html. Other than this, currently there is no other way to retrieve user info.

Hope this helps. Thanks!