Share via

Does Microosft Graph API or explorer supports Impersonation using SID and SMTP to access impersonated user Inbox details

Mithilesh Mishra 1 Reputation point
2021-04-05T09:30:46.067+00:00

I am looking how we can access other user inbox details using Impersonation. I see this is possbile if we have PrincipalName and user object id details.
But is there a way i can get access these details using SID or SMTP details with Impersonation?

Microsoft Security | Microsoft Graph
0 comments No comments

1 answer

Sort by: Most helpful
  1. Danstan Onyango 3,996 Reputation points Microsoft Employee
    2021-04-07T13:30:13.267+00:00

    As far as I know, Graph does not support accessing user related resource using anything other than id and userPrincipalName. You can try to first retrieve one of the two fields using /users endpoint by applying on premise related fields in a filter operation.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.