> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.UserType

# <a id="SuperOffice_WebApi_Data_UserType" /> Enum UserType

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

Type of user (or resource). Mapps functionally to associate type - but with different binary values.

```csharp theme={null}
public enum UserType
```

## Fields

`AnonymousAssociate = 4`

4: Anonymous user - used by applications that does not require logins

`ExternalAssociate = 3`

3: External person

`InternalAssociate = 1`

1: Employee

`ResourceAssociate = 2`

2: Resource - meeting room, projector or other bookable resource

`SystemAssociate = 5`

5: System user - mainly used for integrations or administration.  This user is not goverened sentry

`Unknown = 0`

0:
