securityReportsRoot: getAttackSimulationSimulationUserCoverage
Namespace: microsoft.graph
List training coverage for each tenant user in attack simulation and training campaigns.
This function supports @odata.nextLink
for pagination.
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) | AttackSimulation.Read.All |
Delegated (personal Microsoft account) | Not supported. |
Application | AttackSimulation.Read.All |
HTTP request
GET /reports/security/getAttackSimulationSimulationUserCoverage
Request headers
Name | Description |
---|---|
Authorization | Bearer {token}. Required. |
Request body
Do not supply a request body for this method.
Response
If successful, this function returns a 200 OK
response code and an attackSimulationSimulationUserCoverage collection in the response body.
Examples
Request
The following is an example of a request.
GET https://graph.microsoft.com/v1.0/reports/security/getAttackSimulationSimulationUserCoverage
Response
The following is an example of the response.
Note: The response object shown here might be shortened for readability.
HTTP/1.1 200 OK
Content-Type: application/json
{
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#Collection(microsoft.graph.attackSimulationSimulationUserCoverage)",
"@odata.nextLink": "https://graph.microsoft.com/v1.0/reports/security/getAttackSimulationSimulationUserCoverage?$skiptoken=rZDNasMwEIRfxei%2bRLFWtgRxwZKsYCil0J9rcCORGlI7yHLbvH3j0pQefCqew7LMsOzHbEL%2fkbRuVzvfxTaeC6ItMpVxBKpKBkh5CcIKhLVUSLUtdaYFSbr3%2fe4%2b9Ccf4vmuefMFuW2GaH3cv3pXO5K0v3HdOf9ZEEqmP1fzuTmOfju27hKgYJbmFSjGNGCuLKRZJYEKIxApo6WQZHWzWYz0sXk5%2bmmdp%2fx78I35EEPbHQryNPgwzJKgqGiKUoK%2boACmQoFMDQdmM56uc2O4qZbt7EcwM65alPS%2fnW1DP56m0r4A",
"value": [
{
"simulationCount": 1063,
"latestSimulationDateTime": "2022-02-10T10:45:50Z",
"clickCount": 0,
"compromisedCount": 0,
"attackSimulationUser": {
"userId": "9a00ce98-2c83-41be-89f7-6fdff7950aa9",
"displayName": "Reed Flores",
"email": "reed@contoso.com"
}
},
{
"simulationCount": null,
"latestSimulationDateTime": null,
"clickCount": null,
"compromisedCount": null,
"attackSimulationUser": {
"userId": "e911a813-d360-4b1a-b3df-375dde934f2b",
"displayName": "no role",
"email": ""
}
}
]
}
Feedback
Submit and view feedback for