Rest API to get details of the logged in user

Hi @tommy,

Is there any rest api, to get currently logged in user details in my app.

Thanks,
Prem

Hey @prem.srivastava,

We do have a User Logged in Webhook:

Also the GET /users endpoint does have a last_login value:

Thanks,
Tommy

I think I have a similar request.
When you use oAuth2, I think we should also have access to a Get “current” user endpoint so we can target the current user info after they authenticate using oAuth2. From what I see, there’s no such endpoint actually.

Hey @dev6,

You actually can do this via the me context. Check it out:

https://marketplace.zoom.us/docs/guides/auth/oauth#using-access-token

Thanks,
Tommy

1 Like