{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin identityProtection.riskyUser API", "version": "1.0.0" }, "items": [ { "info": { "name": "identityProtection.riskyUser", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph List riskyUsers", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityProtection/riskyUsers", "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 riskyUser objects and their properties." }, { "info": { "name": "Microsoft Graph Create new navigation property to riskyUsers for identityProtection", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/identityProtection/riskyUsers", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to riskyUsers for identityProtection" }, { "info": { "name": "Microsoft Graph Get riskyUser", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityProtection/riskyUsers/:riskyUser-id", "params": [ { "name": "riskyUser-id", "value": "", "type": "path", "description": "The unique identifier of riskyUser" }, { "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 riskyUser object." }, { "info": { "name": "Microsoft Graph Update the navigation property riskyUsers in identityProtection", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identityProtection/riskyUsers/:riskyUser-id", "params": [ { "name": "riskyUser-id", "value": "", "type": "path", "description": "The unique identifier of riskyUser" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property riskyUsers in identityProtection" }, { "info": { "name": "Microsoft Graph Delete navigation property riskyUsers for identityProtection", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/identityProtection/riskyUsers/:riskyUser-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "riskyUser-id", "value": "", "type": "path", "description": "The unique identifier of riskyUser" } ] }, "docs": "Microsoft Graph Delete navigation property riskyUsers for identityProtection" }, { "info": { "name": "Microsoft Graph List history of riskyUser", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityProtection/riskyUsers/:riskyUser-id/history", "params": [ { "name": "riskyUser-id", "value": "", "type": "path", "description": "The unique identifier of riskyUser" }, { "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 the riskyUserHistoryItems from the history navigation property." }, { "info": { "name": "Microsoft Graph Create new navigation property to history for identityProtection", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/identityProtection/riskyUsers/:riskyUser-id/history", "params": [ { "name": "riskyUser-id", "value": "", "type": "path", "description": "The unique identifier of riskyUser" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to history for identityProtection" }, { "info": { "name": "Microsoft Graph Get history from identityProtection", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityProtection/riskyUsers/:riskyUser-id/history/:riskyUserHistoryItem-id", "params": [ { "name": "riskyUser-id", "value": "", "type": "path", "description": "The unique identifier of riskyUser" }, { "name": "riskyUserHistoryItem-id", "value": "", "type": "path", "description": "The unique identifier of riskyUserHistoryItem" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The activity related to user risk level change" }, { "info": { "name": "Microsoft Graph Update the navigation property history in identityProtection", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identityProtection/riskyUsers/:riskyUser-id/history/:riskyUserHistoryItem-id", "params": [ { "name": "riskyUser-id", "value": "", "type": "path", "description": "The unique identifier of riskyUser" }, { "name": "riskyUserHistoryItem-id", "value": "", "type": "path", "description": "The unique identifier of riskyUserHistoryItem" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property history in identityProtection" }, { "info": { "name": "Microsoft Graph Delete navigation property history for identityProtection", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/identityProtection/riskyUsers/:riskyUser-id/history/:riskyUserHistoryItem-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "riskyUser-id", "value": "", "type": "path", "description": "The unique identifier of riskyUser" }, { "name": "riskyUserHistoryItem-id", "value": "", "type": "path", "description": "The unique identifier of riskyUserHistoryItem" } ] }, "docs": "Microsoft Graph Delete navigation property history for identityProtection" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityProtection/riskyUsers/:riskyUser-id/history/$count", "params": [ { "name": "riskyUser-id", "value": "", "type": "path", "description": "The unique identifier of riskyUser" }, { "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" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityProtection/riskyUsers/$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" }, { "info": { "name": "Microsoft Graph Invoke action confirmCompromised", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/identityProtection/riskyUsers/confirmCompromised", "body": { "type": "json", "data": "{}" } }, "docs": "Confirm one or more riskyUser objects as compromised. This action sets the targeted user's risk level to high." }, { "info": { "name": "Microsoft Graph Invoke action confirmSafe", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/identityProtection/riskyUsers/confirmSafe", "body": { "type": "json", "data": "{}" } }, "docs": "Confirm one or more riskyUser objects as safe. This action sets the targeted user's risk level to none." }, { "info": { "name": "Microsoft Graph Invoke action dismiss", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/identityProtection/riskyUsers/dismiss", "body": { "type": "json", "data": "{}" } }, "docs": "Dismiss the risk of one or more riskyUser objects. This action sets the targeted user's risk level to none." } ] } ], "bundled": true }