Skip to content

Latest commit

 

History

History
126 lines (98 loc) · 4.75 KB

File metadata and controls

126 lines (98 loc) · 4.75 KB
title reportRoot: getAttackSimulationSimulationUserCoverage
description List simulation coverage for users of a tenant in attack simulation and training campaigns.
author stuartcl
ms.localizationpriority medium
ms.subservice reports
doc_type apiPageType
ms.date 04/05/2024

reportRoot: getAttackSimulationSimulationUserCoverage (deprecated)

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Get simulation coverage for users of a tenant in attack simulation and training campaigns.

This function supports @odata.nextLink for pagination.

[!INCLUDE national-cloud-support]

Permissions

Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions only if your app requires it. For details about delegated and application permissions, see Permission types. To learn more about these permissions, see the permissions reference.

[!INCLUDE permissions-table]

HTTP request

[!INCLUDE attacksim-deprecate-queryurl-reportapi]

GET /reports/getAttackSimulationSimulationUserCoverage

Request headers

Name Description
Authorization Bearer {token}. Required. Learn more about authentication and authorization.

Request body

Don't supply a request body for this method.

Response

If successful, this function returns a 200 OK response code and a attackSimulationSimulationUserCoverage collection in the response body.

Examples

Request

GET https://graph.microsoft.com/beta/reports/getAttackSimulationSimulationUserCoverage

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]


Response

Note: The response object shown here might be shortened for readability.

HTTP/1.1 200 OK
Content-Type: application/json

{
  "value": [
    {
      "simulationCount": 2,
      "latestSimulationDateTime": "2021-01-01T01:01:01.01Z",
      "clickCount": 1,
      "compromisedCount": 1,
      "attackSimulationUser": {
        "userId": "99af58b9-ef1a-412b-a581-cb42fe8c8e21",
        "displayName": "Sample User",
        "email": "sampleuser@contoso.com"
      }
    }
  ]
}

Related content

securityReportsRoot: getAttackSimulationSimulationUserCoverage