{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.attackSimulationUser",
"title": "attackSimulationUser",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"displayName": {
"type": "string",
"description": "Display name of the user.",
"nullable": true
},
"email": {
"type": "string",
"description": "Email address of the user.",
"nullable": true
},
"userId": {
"type": "string",
"description": "This is the id property value of the user resource that represents the user in the Microsoft Entra tenant.",
"nullable": true
},
"@odata.type": {
"type": "string"
}
}
}