Share via

Access external tenant users without being invited in

Noel Villamayor 0 Reputation points
2023-04-11T13:32:56.1666667+00:00

Through Graph API, is it possible to access external tenant users, call records without being invited in, rather I invite them into my tenant and access their data?

Microsoft Security | Microsoft Graph
0 comments No comments

1 answer

Sort by: Most helpful
  1. Siddharth Gautam 860 Reputation points
    2023-04-11T14:06:44.3566667+00:00

    Hello Noel Villamayor,

    Thanks for posting!

    Currently this feature is not available using Graph API. As per Microsoft Documentation to create external users, you have to use the invitation API and then you can be able to see external users as guest user.

    Guest accounts in your tenant will have a different user principal name than the UPN they have in their home tenant. You should be able to see evidence of this by querying all the users in your tenant by List user, and finding the external users which have a 'modified' user principal name, usually with "EXT".

    Hope this helps.

    If the answer is helpful, please click Accept Answer and kindly upvote. If you have any further questions about this answer, please click Comment.

    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.