> For the complete documentation index, see [llms.txt](https://docs.halosecurity.com/api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.halosecurity.com/api/events-archive/account-user-add.md).

# account-user-add

### Overview

* **Key:** `account-user-add`
* **Name:** User Added
* **Triggers when:** A user is added

### Fields

| Field  | Type   | Description                              |
| ------ | ------ | ---------------------------------------- |
| detail | string | Email address of the user that was added |

### Example data

```json
{
    "detail": "user@example.com"
}
```
