lapsychic.blogg.se

Azure mfa logs
Azure mfa logs












The following example shows how to call this API. If successful, this method returns a 200 OK response code and a collection of credentialUserRegistrationDetails objects in the response body. Supported filter operators: eq.ĭo not supply a request body for this method. For example: /reports/credentialUserRegistrationDetails?$filter=isMfaRegistered eq true.

azure mfa logs

Supported filter operators: eqįilter for users who are registered for MFA. For example: /reports/credentialUserRegistrationDetails?$filter=isCapable eq true. Supported filtter operators: eq.įilter for users who are ready to perform password reset or multi-factor authentication (MFA). For example: /reports/credentialUserRegistrationDetails?$filter=isEnabled eq true. Supported filter operators: eq.įilter for users who have been enabled for SSPR. For example: /reports/credentialUserRegistrationDetails?$filter=isRegistered eq true. Supported filter operators: eq.įilter for users who have registered for self-service password reset (SSPR). For example: /reports/credentialUserRegistrationDetails?$filter=authMethods/any(t:t eq 'email'). Supports case insensitive.įilter by the authentication methods used during registration. Supported filter operators: eq and startswith(). For example: /reports/credentialUserRegistrationDetails?$filter=userPrincipalName eq 'Contoso'. Supports case insensitive.įilter by user principal name. Supported filter operators: eq, and startswith(). For example: /reports/credentialUserRegistrationDetails?$filter=userDisplayName eq 'Contoso'. You can apply $filter on one or more of the following properties of the credentialUserRegistrationDetails resource. This function supports the optional OData query parameter $filter. HTTP request GET /reports/credentialUserRegistrationDetails Permissions (from least to most privileged)

azure mfa logs

To learn more, including how to choose permissions, see Permissions.

azure mfa logs

One of the following permissions is required to call this API. Get a list of credentialUserRegistrationDetails objects for a given tenant. To determine whether an API is available in v1.0, use the Version selector. Use of these APIs in production applications is not supported. APIs under the /beta version in Microsoft Graph are subject to change.














Azure mfa logs