Receiving user account id using ZoomSdk

Hello,

I need to know if there is a way to extract the user account id using the zoomSdk

Thanks!

This isn’t a feature of the Zoom Apps SDK but this can be accomplished with the Get a User API

Hi,
According to this page
https://marketplace.zoom.us/docs/zoom-apps/zoomappcontext/
There is an option to deliver query parameter to the application Home URL like this
https://home.url?accountId={accountId}
And the marketplace should replace it with the real account id but only when the app is submitted to the marketplace.

Is there a workaround to see if if works ?

You should be able to use the Home URL Templates with an app that is in development. Make sure that you re-install your application after configuring a new template.

Let me know if that helps.

It should be something like that ?

I don’t think it’s the right place to do so, Can you give an example how to do that ?

Place a slash between the .com and the query so that you have:

example.com/?accountId={accountId}

Let me know if that helps.

Hi,

Thank you very much that’s working.

You should consider change it in the documentation .