> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lead.bank/llms.txt
> Use this file to discover all available pages before exploring further.

# Schema

<Info>
  Daily updates to users on the accounts that are active or made inactive on corresponding accounts.
</Info>

<Check>
  For all optional fields where you do not plan to pass through data, please include the header and an empty value.
</Check>

## IDs

| **Field**   | **Description**                                                | **Required** | **Data Type** |
| ----------- | -------------------------------------------------------------- | ------------ | ------------- |
| entity\_id  | The unique customer ID of the authorized user on this account. | Required     | string        |
| account\_id | The ID of the account associated with this authorized user     | Required     | string        |

## Status

| **Field** | **Description**                                                                                                                             | **Required** | **Data Type** |
| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------ | :----------- | :------------ |
| status    | `active`: a new user that has been added to the account<br /><br />`inactive`: a previously sent user that has deactivated from the account | Required     | enum          |

## Other

| **Field**     | **Description**                                                                                     | **Required** | **Data Type**         |
| :------------ | :-------------------------------------------------------------------------------------------------- | :----------- | :-------------------- |
| generated\_at | The day this file is generated. This should always be the date the file is sent to Lead Bank.       | Required     | ISO8601               |
| effective\_at | The timestamp of when the related object(s) were polled to collect the information for this record. | Required     | datetime<br />ISO8601 |
