Closed briandelmsft closed 7 months ago
Wait...what part of STAT queries SSPR/MFA stuff?
Hi @mikedizzle The Base Module Accounts array includes these properties per account entity: isMfaRegistered isSSPREnabled isSSPRRegistered
GA api is now available for this: https://learn.microsoft.com/en-us/graph/api/userregistrationdetails-get?view=graph-rest-1.0&tabs=http
However, new API requires a different permission, AuditLog.Read.All so it won't be the smoothest of transitions. Old API set to retire and stop returning data on June 30, 2024
Added new permissions to permissions script in 06255d7c8a9a8e8c01f1a2c4bcc0186bebce0305
The retrieval of SSPR/MFA data currently using the Microsoft Graph beta endpoint: /beta/reports/credentialUserRegistrationDetails
When this is GA, migrate this call to the stable version of the API