> ## 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.

# Enum values for AssociateType

> Lists the enum values for AssociateType.

## AssociateType Enum

Associate type

| Name           | Value | Description                                                                                                         |
| -------------- | ----- | ------------------------------------------------------------------------------------------------------------------- |
| NoPersonBit    | 1     | Associates with this bit is not associated with any person. Disregard the PersonId for associates with this bit set |
| AnonymousBit   | 2     | Associates of this type is not authenticated for SuperOffice                                                        |
| NoCalenderBit  | 4     | Associates with this bit do not have a calendar                                                                     |
| NoSentryBit    | 8     | Associates with this bit has full access rights, and the Sentry mechanism is bypassed                               |
| Employee       | 0     | User / Employee                                                                                                     |
| Resource       | 1     | Resource like meeting room and projector                                                                            |
| ExternalPerson | 4     | Person not working for the company taking part in Collaborative CRM (eCRM)                                          |
| System         | 13    | Application with full access rights (EAI)                                                                           |
| Anonymous      | 7     | Unknown party accessing the system (e.g. prospecting, eCRM)                                                         |

## Usage

* [associate](../associate).type - Employees, resources and other users - except for External persons
* [AssociateHistory](../associatehistory).type - Historical information about associates that have been deleted. Most references are NOT declared as foreign keys; this is a historical table that should not be updated when further changes occur in the database


## Related topics

- [Enum AssociateType](/en/automation/crmscript/reference/CRMScript.NetServer.AssociateType.md)
- [Enum values for LicenseType](/en/database/tables/enums/licensetype.md)
- [Enum values for ErpActorType](/en/database/tables/enums/erpactortype.md)
- [Enum AssociateSourceType](/en/automation/crmscript/reference/CRMScript.NetServer.AssociateSourceType.md)
- [SuperOffice.WebApi.Data.AssociateSourceType](/en/api/reference/webapi/SuperOffice.WebApi.Data.AssociateSourceType.md)
- [Enum values for TrlogTransType](/en/database/tables/enums/trlogtranstype.md)
