For the live of me I cannot find documentation on the Azure AD Graph API reporting API schema for the SSPR reports that are returned as JSON data.
Two specific examples:
Example 1: The SSPR Registration Activity Report
This API response includes a JSON attribute called "registrationActivity" with values such as reportSSPR_RegistrationData_LastRegisteredTime, reportSSPR_RegistrationData_PrivateAlternateEmail, reportSSPR_RegistrationData_PrivateMobilePhone.
Example 2: The SSPR Activity Report
This API response includes a JSON attribute called "result" with values such as reportSSPR_ResultType_Failed, reportSSPR_ResultType_Block, and reportSSPR_ResultType_Succeeded.
I need to know the possible values that can be returned but this information has eluded me thus far.
Can anyone point me to the schema documentation for these API responses?
Thanks!