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. |
{
"@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?