My application wants to access all users' mailboxes. For that, I am getting permission from Admin consent. Now I want to get the user details of the admin who consented to the application. I know we can't use Me context ('/me' API end-point
) as we are getting consent without a signed-in user.
Is there any way by which we can get user details of the admin who consented to our application using the access token
?
Thanks in advance.