- 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 |
|---|---|
| Risky User ID | The ID of the risky user to get details of. Can be retrieved from the List Risky Users action. |
{
"value": [
{
"@odata.type": "#microsoft.graph.riskyUser",
"id": "d1d4a5d4-a5d4-d1d4-d4a5-d4d1d4a5d4d1",
"isDeleted": "Boolean",
"isProcessing": "Boolean",
"riskLastUpdatedDateTime": "String (timestamp)",
"riskLevel": "String",
"riskState": "String",
"riskDetail": "String",
"userDisplayName": "String",
"userPrincipalName": "String"
}
]
}
Was this page helpful?