AttackSimulationUserDetailsResponse
userIduuid
userSourceIdentifierstringrequired
Possible values: non-empty
statusstringrequired
Possible values: non-empty
departmentstring | nullnullable
countrystringrequired
Possible values: non-empty
simulationStatusstringrequired
Possible values: non-empty
emailSentAtdate-timenullable
openedboolean
openedAtdate-timenullable
clickedboolean
clickedAtdate-timenullable
credentialsEnteredboolean
credentialsEnteredAtdate-timenullable
credentialsCapturedboolean
credentialsCapturedAtdate-timenullable
reportedboolean
reportedAtdate-timenullable
landingPageDurationSecondsint32
AttackSimulationUserDetailsResponse
{
"userId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"userSourceIdentifier": "string",
"status": "string",
"department": "string",
"country": "string",
"simulationStatus": "string",
"emailSentAt": "2024-07-29T15:51:28.071Z",
"opened": true,
"openedAt": "2024-07-29T15:51:28.071Z",
"clicked": true,
"clickedAt": "2024-07-29T15:51:28.071Z",
"credentialsEntered": true,
"credentialsEnteredAt": "2024-07-29T15:51:28.071Z",
"credentialsCaptured": true,
"credentialsCapturedAt": "2024-07-29T15:51:28.071Z",
"reported": true,
"reportedAt": "2024-07-29T15:51:28.071Z",
"landingPageDurationSeconds": 0
}