- Least privileged Microsoft Graph permission to access the action via application:
IdentityRiskyUser.ReadWrite.All.
External DocumentationTo learn more, visit the Microsoft Entra ID documentation.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
IdentityRiskyUser.ReadWrite.All.| Parameter | Description |
|---|---|
| Filter | Filters results (rows). Example: startswith(givenName,‘J’) |
| Page Size | Sets the page size of results. The page size can be set up to a maximum of 500 results. |
| Return All Pages | Automatically fetch all resources, page by page. |
{
"@odata.context": "<string>",
"@odata.nextLink": "<string>",
"value": [
{
"id": "<string>",
"isDeleted": true,
"isProcessing": false,
"riskLevel": "<string>",
"riskState": "<string>",
"riskDetail": "<string>",
"riskLastUpdatedDateTime": "2023-12-04T16:36:34",
"userDisplayName": "<string>",
"userPrincipalName": "<string>"
}
]
}
Was this page helpful?