| title | reportRoot: getAttackSimulationRepeatOffenders |
|---|---|
| description | List repeat offender 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 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
[!INCLUDE attacksim-deprecate-queryurl-reportapi]
List the users of a tenant who have yielded to attacks more than once in attack simulation and training campaigns.
This function supports @odata.nextLink for pagination.
[!INCLUDE national-cloud-support]
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]
GET /reports/getAttackSimulationRepeatOffenders| Name | Description |
|---|---|
| Authorization | Bearer {token}. Required. Learn more about authentication and authorization. |
Don't supply a request body for this method.
If successful, this function returns a 200 OK response code and a attackSimulationRepeatOffender collection in the response body.
GET https://graph.microsoft.com/beta/reports/getAttackSimulationRepeatOffenders
[!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]
Note: The response object shown here might be shortened for readability.
HTTP/1.1 200 OK
Content-Type: application/json
{
"value": [
{
"repeatOffenceCount": 1,
"attackSimulationUser": {
"userId": "99af58b9-ef1a-412b-a581-cb42fe8c8e21",
"displayName": "Sample User",
"email": "sampleuser@contoso.com"
}
}
]
}