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

# areauserassignment table

> Link table indicating which users actually reside in this area.

## areauserassignment Table (40)

Link table indicating which users actually reside in this area.

## Fields

| Name                      | Description                           | Type                            | Nullable |
| ------------------------- | ------------------------------------- | ------------------------------- | :------: |
| areauserassignment\_id    | Primary key                           | PK                              |    No    |
| area\_id                  | Parent area id                        | FK [area](./area.mdx)           |    No    |
| associate\_id             | Id of associate assigned to this area | FK [associate](./associate.mdx) |    No    |
| registered                | Registered when                       | UtcDateTime                     |    No    |
| registered\_associate\_id | Registered by whom                    | FK [associate](./associate.mdx) |    No    |
| updated                   | Last updated when                     | UtcDateTime                     |    No    |
| updated\_associate\_id    | Last updated by whom                  | FK [associate](./associate.mdx) |    No    |
| updatedCount              | Number of updates made to this record | UShort                          |    No    |

<img src="https://mintcdn.com/superofficeas/i6M2qZmvMNH7UTeu/media/loc/en/database/tables/areauserassignment.png?fit=max&auto=format&n=i6M2qZmvMNH7UTeu&q=85&s=623cc314ad2da71a87b3615c8fcdbbc9" alt="areauserassignment table relationship diagram" width="683" height="59" data-path="media/loc/en/database/tables/areauserassignment.png" />

## Indexes

| Fields        | Types | Description |
| ------------- | ----- | ----------- |
| area\_id      | FK    | Index       |
| associate\_id | FK    | Clustered   |

## Relationships

| Table                    | Description                                                        |
| ------------------------ | ------------------------------------------------------------------ |
| [area](./area)           | Definition of an Area (database subset for satellite and travel)   |
| [associate](./associate) | Employees, resources and other users - except for External persons |

## Replication Flags

* Replicate changes DOWN from central to satellites and travellers.
* Copy to satellite and travel prototypes.
* Cache table during filtering.

## Security Flags

* No access control via user's Role.


## Related topics

- [area table](/en/database/tables/area.md)
- [Blocked tables list](/en/online/mirroring/blocked-tables.md)
- [associate table](/en/database/tables/associate.md)
- [extra_tables table](/en/database/tables/extra-tables.md)
- [ext_table table](/en/database/tables/ext-table.md)
- [Database table listing](/en/database/tables/index.md)
