{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin reports.authenticationMethodsRoot API", "version": "1.0.0" }, "items": [ { "info": { "name": "reports.authenticationMethodsRoot", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Get authenticationMethods from reports", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/reports/authenticationMethods", "params": [ { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Container for navigation properties for Microsoft Entra authentication methods resources." }, { "info": { "name": "Microsoft Graph Update the navigation property authenticationMethods in reports", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/reports/authenticationMethods", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property authenticationMethods in reports" }, { "info": { "name": "Microsoft Graph Delete navigation property authenticationMethods for reports", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/reports/authenticationMethods", "headers": [ { "name": "If-Match", "value": "" } ] }, "docs": "Microsoft Graph Delete navigation property authenticationMethods for reports" }, { "info": { "name": "Microsoft Graph Invoke function usersRegisteredByFeature", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/reports/authenticationMethods/usersRegisteredByFeature()" }, "docs": "Get the number of users capable of multi-factor authentication, self-service password reset, and passwordless authentication." }, { "info": { "name": "Microsoft Graph Invoke function usersRegisteredByFeature", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/reports/authenticationMethods/usersRegisteredByFeature(includedUserTypes=':includedUserTypes',includedUserRoles=':includedUserRoles')", "params": [ { "name": "includedUserTypes", "value": "", "type": "path", "description": "Usage: includedUserTypes='{includedUserTypes}'" }, { "name": "includedUserRoles", "value": "", "type": "path", "description": "Usage: includedUserRoles='{includedUserRoles}'" } ] }, "docs": "Microsoft Graph Invoke function usersRegisteredByFeature" }, { "info": { "name": "Microsoft Graph Invoke function usersRegisteredByMethod", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/reports/authenticationMethods/usersRegisteredByMethod()" }, "docs": "Get the number of users registered for each authentication method." }, { "info": { "name": "Microsoft Graph Invoke function usersRegisteredByMethod", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/reports/authenticationMethods/usersRegisteredByMethod(includedUserTypes=':includedUserTypes',includedUserRoles=':includedUserRoles')", "params": [ { "name": "includedUserTypes", "value": "", "type": "path", "description": "Usage: includedUserTypes='{includedUserTypes}'" }, { "name": "includedUserRoles", "value": "", "type": "path", "description": "Usage: includedUserRoles='{includedUserRoles}'" } ] }, "docs": "Microsoft Graph Invoke function usersRegisteredByMethod" }, { "info": { "name": "Microsoft Graph List userRegistrationDetails", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/reports/authenticationMethods/userRegistrationDetails", "params": [ { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get a list of the authentication methods registered for a user as defined in the userRegistrationDetails object. This method doesn't work for disabled users. " }, { "info": { "name": "Microsoft Graph Create new navigation property to userRegistrationDetails for reports", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/reports/authenticationMethods/userRegistrationDetails", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to userRegistrationDetails for reports" }, { "info": { "name": "Microsoft Graph Get userRegistrationDetails", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/reports/authenticationMethods/userRegistrationDetails/:userRegistrationDetails-id", "params": [ { "name": "userRegistrationDetails-id", "value": "", "type": "path", "description": "The unique identifier of userRegistrationDetails" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Read the properties and relationships of a userRegistrationDetails object." }, { "info": { "name": "Microsoft Graph Update the navigation property userRegistrationDetails in reports", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/reports/authenticationMethods/userRegistrationDetails/:userRegistrationDetails-id", "params": [ { "name": "userRegistrationDetails-id", "value": "", "type": "path", "description": "The unique identifier of userRegistrationDetails" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property userRegistrationDetails in reports" }, { "info": { "name": "Microsoft Graph Delete navigation property userRegistrationDetails for reports", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/reports/authenticationMethods/userRegistrationDetails/:userRegistrationDetails-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "userRegistrationDetails-id", "value": "", "type": "path", "description": "The unique identifier of userRegistrationDetails" } ] }, "docs": "Microsoft Graph Delete navigation property userRegistrationDetails for reports" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/reports/authenticationMethods/userRegistrationDetails/$count", "params": [ { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" } ] } ], "bundled": true }