riskyUser の履歴を一覧表示する
名前空間: microsoft.graph
重要
Microsoft Graph の /beta
バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。
riskyUser リソースのリスク履歴を取得します。
手記:riskyUsers API を使用するには、Microsoft Entra ID P2 ライセンスが必要です。
この API は、次の国内クラウド展開で使用できます。
グローバル サービス | 米国政府機関 L4 | 米国政府機関 L5 (DOD) | 21Vianet が運営する中国 |
---|---|---|---|
✅ | ✅ | ✅ | ❌ |
アクセス許可
この API の最小特権としてマークされているアクセス許可またはアクセス許可を選択します。 アプリで必要な場合にのみ、より高い特権のアクセス許可またはアクセス許可を使用します。 委任されたアクセス許可とアプリケーションのアクセス許可の詳細については、「アクセス許可の種類」を参照してください。 これらのアクセス許可の詳細については、「アクセス許可のリファレンス」を参照してください。
アクセス許可の種類 | 最小特権アクセス許可 | より高い特権のアクセス許可 |
---|---|---|
委任 (職場または学校のアカウント) | IdentityRiskyUser.Read.All | IdentityRiskyUser.ReadWrite.All |
委任 (個人用 Microsoft アカウント) | サポートされていません。 | サポートされていません。 |
アプリケーション | IdentityRiskyUser.Read.All | IdentityRiskyUser.ReadWrite.All |
重要
職場または学校アカウントを使用した委任されたシナリオでは、サインインしているユーザーに、サポートされているMicrosoft Entraロールまたはサポートされているロールのアクセス許可を持つカスタム ロールを割り当てる必要があります。 この操作では、次の最小特権ロールがサポートされています。
- グローバル閲覧者
- セキュリティ オペレーター
- セキュリティ閲覧者
- セキュリティ管理者
HTTP 要求
GET /riskyUsers/{id}/history
GET /identityProtection/riskyUsers/{id}/history/
要求ヘッダー
名前 | 説明 |
---|---|
Authorization | ベアラー {token}。 必須です。 認証と認可についての詳細をご覧ください。 |
要求本文
このメソッドには、要求本文を指定しません。
応答
成功した場合、このメソッドは応答コードと、応答本文の riskyUsersHistoryItem オブジェクトのコレクションを返200 OK
します。
例
例 1: 特定のユーザーの履歴を一覧表示する
要求
次の例は要求を示しています。
GET https://graph.microsoft.com/beta/riskyUsers/41a31b00-3b3b-42d9-8f1c-6d4f14e74c69/history
応答
次の例は応答を示しています。
HTTP/1.1 200 OK
Content-type: application/json
{
"@odata.context": "https://graph.microsoft.com/beta/$metadata#riskyUsers('41a31b00-3b3b-42d9-8f1c-6d4f14e74c69')/history",
"value": [
{
"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.com",
"userId": "41a31b00-3b3b-42d9-8f1c-6d4f14e74c69",
"initiatedBy": "68ca8ec0-11f8-456b-a785-70d9936650d5",
"activity": {
"eventTypes": [],
"detail": "userPerformedSecuredPasswordReset"
}
},
{
"id": "41a31b00-3b3b-42d9-8f1c-6d4f14e74c69636901009342322587",
"isDeleted": false,
"isGuest": false,
"isProcessing": false,
"riskLevel": "high",
"riskState": "atRisk",
"riskDetail": "none",
"riskLastUpdatedDateTime": "2019-04-05T22:31:27Z",
"userDisplayName": "Allan Deyoung",
"userPrincipalName": "AllanD@contoso.com",
"userId": "41a31b00-3b3b-42d9-8f1c-6d4f14e74c69",
"initiatedBy": null,
"activity": {
"eventTypes": [
"anonymizedIPAddress"
],
"detail": null
}
},
{
"id": "41a31b00-3b3b-42d9-8f1c-6d4f14e74c69636901020140973557",
"isDeleted": false,
"isGuest": false,
"isProcessing": false,
"riskLevel": "none",
"riskState": "remediated",
"riskDetail": "userPerformedSecuredPasswordReset",
"riskLastUpdatedDateTime": "2019-04-05T23:00:14.0973557Z",
"userDisplayName": "Allan Deyoung",
"userPrincipalName": "AllanD@contoso.com",
"userId": "41a31b00-3b3b-42d9-8f1c-6d4f14e74c69",
"initiatedBy": "68ca8ec0-11f8-456b-a785-70d9936650d5",
"activity": {
"eventTypes": [],
"detail": "userPerformedSecuredPasswordReset"
}
}
]
}
例 2: 特定のユーザーの履歴を一覧表示する
要求
次の例は要求を示しています。
GET https://graph.microsoft.com/beta/identityProtection/riskyUsers/41a31b00-3b3b-42d9-8f1c-6d4f14e74c69/history
応答
次の例は応答を示しています。
HTTP/1.1 200 OK
Content-type: application/json
{
"@odata.context": "https://graph.microsoft.com/beta/$metadata#riskyUsers('41a31b00-3b3b-42d9-8f1c-6d4f14e74c69')/history",
"value": [
{
"id": "41a31b00-3b3b-42d9-8f1c-6d4f14e74c69",
"isDeleted": false,
"isProcessing": false,
"riskLevel": "none",
"riskState": "remediated",
"riskDetail": "userPerformedSecuredPasswordReset",
"riskLastUpdatedDateTime": "2019-05-03T03:50:34.9565578Z",
"userDisplayName": "Allan Deyoung",
"userPrincipalName": "AllanD@contoso.com",
"userId": "41a31b00-3b3b-42d9-8f1c-6d4f14e74c69",
"initiatedBy": "68ca8ec0-11f8-456b-a785-70d9936650d5",
"activity": {
"eventTypes": [],
"detail": "userPerformedSecuredPasswordReset"
}
},
{
"id": "41a31b00-3b3b-42d9-8f1c-6d4f14e74c69636901009342322587",
"isDeleted": false,
"isProcessing": false,
"riskLevel": "high",
"riskState": "atRisk",
"riskDetail": "none",
"riskLastUpdatedDateTime": "2019-04-05T22:31:27Z",
"userDisplayName": "Allan Deyoung",
"userPrincipalName": "AllanD@contoso.com",
"userId": "41a31b00-3b3b-42d9-8f1c-6d4f14e74c69",
"initiatedBy": null,
"activity": {
"eventTypes": [
"anonymizedIPAddress"
],
"detail": null
}
},
{
"id": "41a31b00-3b3b-42d9-8f1c-6d4f14e74c69636901020140973557",
"isDeleted": false,
"isProcessing": false,
"riskLevel": "none",
"riskState": "remediated",
"riskDetail": "userPerformedSecuredPasswordReset",
"riskLastUpdatedDateTime": "2019-04-05T23:00:14.0973557Z",
"userDisplayName": "Allan Deyoung",
"userPrincipalName": "AllanD@contoso.com",
"userId": "41a31b00-3b3b-42d9-8f1c-6d4f14e74c69",
"initiatedBy": "68ca8ec0-11f8-456b-a785-70d9936650d5",
"activity": {
"eventTypes": [],
"detail": "userPerformedSecuredPasswordReset"
}
}
]
}