msgraph-sdk-powershell icon indicating copy to clipboard operation
msgraph-sdk-powershell copied to clipboard

Get-MgUser and Get-mgBetaUser perUserMFAState parameter serialisation

Open William-Francillette opened this issue 5 months ago • 1 comments

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

William-Francillette avatar Jul 21 '25 20:07 William-Francillette

@ramsessanchez can you please take a look at this and see if this has been added in our latest revisions?

gavinbarron avatar Oct 22 '25 17:10 gavinbarron