How I am supposing to get the userID of the user once he is login?

Description
A clear and concise description of what the question is.
Im using the SDK on electronJS
I login my user using the method Login(): https://marketplace.zoom.us/docs/sdk/sdk-reference/electron-sdk-reference
Once they are login I want to get their userID.
I see you have an API: https://marketplace.zoom.us/docs/api-reference/zoom-api/users/user to get the userID by email with a JWT auth, but i believe there is another way right? unless i have to use the Auth with your restAPI and then I can get the userId ?..

I also see you have a method in the SDK called GetUserId(): https://marketplace.zoom.us/docs/sdk/sdk-reference/electron-sdk-reference But i dont know what recv_handle is supposing to mean…? No doc about this again

Which Electron Meeting SDK version?
Knowing the version can help us to identify your issue faster.
5.7.6

To Reproduce(If applicable)
Steps to reproduce the behavior:

  1. Go to ‘…’
  2. Click on ‘…’
  3. Scroll down to ‘…’
  4. See error

Screenshots
If applicable, add screenshots to help explain your problem.

Device (please complete the following information):

  • Device: [e.g. Apple MacBook Pro (13-inch, M1)]
  • OS: [e.g. macOS Big Sur 11.2.1 ]

Additional context
Add any other context about the problem here.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.