-
Notifications
You must be signed in to change notification settings - Fork 199
Open
Labels
status:waiting-for-triageAn issue that is yet to be reviewed or assignedAn issue that is yet to be reviewed or assignedtype:featureNew experience requestNew experience request
Description
Is your feature request related to a problem? Please describe the problem.
The parameter perUserMfaState is now available in the REST API users endpoint from both v1.0 and beta version using
https://graph.microsoft.com/beta/users?$select=id,userPrincipalName,signInActivity,accountEnabled,displayName,perUserMfaState
Describe the solution you'd like.
It would be great to consume this parameter using the SDK
Get-MgUser -property "id,userPrincipalName,signInActivity,accountEnabled,displayName,perUserMfaState"
Thanks
and keep the good work
Additional context?
No response
Metadata
Metadata
Assignees
Labels
status:waiting-for-triageAn issue that is yet to be reviewed or assignedAn issue that is yet to be reviewed or assignedtype:featureNew experience requestNew experience request