Get history
Namespace: microsoft.graph
Read the properties and relationships of a riskyUserHistoryItem object.
Note: Using the riskyUsers API requires an Azure AD Premium P2 license.
Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see Permissions.
Permission type | Permissions (from least to most privileged) |
---|---|
Delegated (work or school account) | IdentityRiskyUser.Read.All, IdentityRiskyUser.ReadWrite.All |
Delegated (personal Microsoft account) | Not supported. |
Application | IdentityRiskyUser.Read.All, IdentityRiskyUser.ReadWrite.All |
HTTP request
GET /identityProtection/riskyUsers/{userId}/history
Optional query parameters
This method supports some of the OData query parameters to help customize the response. For general information, see OData query parameters.
Request headers
Name | Description |
---|---|
Authorization | Bearer {token}. Required. |
Request body
Do not supply a request body for this method.
Response
If successful, this method returns a 200 OK
response code and a riskyUserHistoryItem object in the response body.
Examples
Request
GET https://graph.microsoft.com/v1.0/identityProtection/riskyUsers/41a31b00-3b3b-42d9-8f1c-6d4f14e74c69/history
Response
Note: The response object shown here might be shortened for readability.
HTTP/1.1 200 OK
Content-Type: application/json
{
"value":
{
"@odata.type": "#microsoft.graph.riskyUserHistoryItem",
"id": "41a31b00-3b3b-42d9-8f1c-6d4f14e74c69",
"isDeleted": false,
"isGuest": false,
"isProcessing": false,
"riskLevel": "none",
"riskState": "remediated",
"riskDetail": "userPerformedSecuredPasswordReset",
"riskLastUpdatedDateTime": "2019-05-03T03:50:34.9565578Z",
"userDisplayName": "Allan Deyoung",
"userPrincipalName": "AllanD@contoso.OnMicrosoft.com",
"userId": "41a31b00-3b3b-42d9-8f1c-6d4f14e74c69",
"initiatedBy": "68ca8ec0-11f8-456b-a785-70d9936650d5",
"activity": {
"@odata.type": "microsoft.graph.riskUserActivity"
}
}
}
Feedback
Submit and view feedback for