describes a user in the datasource
| Field | Type | Required | Description |
|---|---|---|---|
email |
str | ✔️ | N/A |
user_id |
Optional[str] | ➖ | To be supplied if the user id in the datasource is not the email |
name |
str | ✔️ | N/A |
is_active |
Optional[bool] | ➖ | set to false if the user is a former employee or a bot |