Those are all exposed as properties on the user object, which you can query via the /users/{userId} endpoint. In particular, you need the creationType, externalUserState, userType properties. Sign-ins you can get via the auditLogs/signIns endpoint: https://learn.microsoft.com/en-us/graph/api/signin-list?view=graph-rest-1.0&tabs=http
Is it possible to read invition status , Sign-in details and issuer details from Azure Active directory using Graph API?
DEEPAK KUMPALA
191
Reputation points
I see following details in Azure Active Directory USER page
- Invitation accepted - Yes
- Issuer - ExternalAzureAD
- UserType - Guest
- User Sign-ins
Now, How can i get it through graph API ?
What are the different options I have if I do not able to get through graph API? Can I user powershell or CLI's?
Microsoft Security | Microsoft Entra | Microsoft Entra ID
25,126 questions
Microsoft Security | Microsoft Graph
13,724 questions
Accepted answer
-
Vasil Michev 119.6K Reputation points MVP Volunteer Moderator
2022-05-18T16:56:02.42+00:00