> For the complete documentation index, see [llms.txt](https://developer.collibra.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.collibra.com/api/graphql/data-access/enumerations/user-type.md).

# UserType

The possible user types.

```graphql
enum UserType {
  Human
  Machine
  System
}
```

### Values

#### Human <a href="#human" id="human"></a>

#### Machine <a href="#machine" id="machine"></a>

#### System <a href="#system" id="system"></a>

An internal DGC system account. Excluded from user lists and search by default.

### Member Of

`AccessControlAuditFilter` input ● `AuditFilter` input ● [`User`](/api/graphql/data-access/object-types/user.md) object ● [`UserFilterInput`](/api/graphql/data-access/input-types/user-filter-input.md) input ● `UserInput` input ● `UserInsightsFilterInput` input
