> 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/knowledge-graph/object-types/user.md).

# User

A Collibra user. Any resource has a creation date and the last modification date. Collibra also stores which user made each of these operations. The \*User\* entity is related to all types as the creator and/or last modifier of the entity.

```graphql
type User implements Node {
  email: String
  enabled: Boolean!
  firstName: String
  fullName: String
  id: UUID!
  lastName: String
  system: Boolean!
}
```

### Fields

#### email ● [`String`](/api/graphql/knowledge-graph/scalars/string.md) scalar <a href="#email" id="email"></a>

The primary email address of this user.

#### enabled ● [`Boolean!`](/api/graphql/knowledge-graph/scalars/boolean.md) non-null scalar <a href="#enabled" id="enabled"></a>

Whether the user is enabled.

#### firstName ● [`String`](/api/graphql/knowledge-graph/scalars/string.md) scalar <a href="#first-name" id="first-name"></a>

The first name of this user.

#### fullName ● [`String`](/api/graphql/knowledge-graph/scalars/string.md) scalar <a href="#full-name" id="full-name"></a>

The first name and last name of this user.

#### id ● [`UUID!`](/api/graphql/knowledge-graph/scalars/uuid.md) non-null scalar <a href="#id" id="id"></a>

The universally unique identifier of this node.

#### lastName ● [`String`](/api/graphql/knowledge-graph/scalars/string.md) scalar <a href="#last-name" id="last-name"></a>

The last name of this user.

#### system ● [`Boolean!`](/api/graphql/knowledge-graph/scalars/boolean.md) non-null scalar <a href="#system" id="system"></a>

Whether this user is reserved by the system.

### Interfaces

#### [`Node`](/api/graphql/knowledge-graph/interfaces/node.md) interface

A base interface implemented by all types.

### Member Of

[`Asset`](/api/graphql/knowledge-graph/object-types/asset.md) object ● [`AssetType`](/api/graphql/knowledge-graph/object-types/asset-type.md) object ● [`Attribute`](/api/graphql/knowledge-graph/interfaces/attribute.md) interface ● [`AttributeType`](/api/graphql/knowledge-graph/object-types/attribute-type.md) object ● [`Auditable`](/api/graphql/knowledge-graph/interfaces/auditable.md) interface ● [`BooleanAttribute`](/api/graphql/knowledge-graph/object-types/boolean-attribute.md) object ● [`Community`](/api/graphql/knowledge-graph/object-types/community.md) object ● [`DateAttribute`](/api/graphql/knowledge-graph/object-types/date-attribute.md) object ● [`Domain`](/api/graphql/knowledge-graph/object-types/domain.md) object ● [`DomainType`](/api/graphql/knowledge-graph/object-types/domain-type.md) object ● [`ExternalMapping`](/api/graphql/knowledge-graph/object-types/external-mapping.md) object ● [`MultiValueAttribute`](/api/graphql/knowledge-graph/object-types/multi-value-attribute.md) object ● [`NumericAttribute`](/api/graphql/knowledge-graph/object-types/numeric-attribute.md) object ● [`Organization`](/api/graphql/knowledge-graph/interfaces/organization.md) interface ● [`ReadPermission`](/api/graphql/knowledge-graph/object-types/read-permission.md) object ● [`Relation`](/api/graphql/knowledge-graph/object-types/relation.md) object ● [`RelationType`](/api/graphql/knowledge-graph/object-types/relation-type.md) object ● [`Responsibility`](/api/graphql/knowledge-graph/object-types/responsibility.md) object ● [`Role`](/api/graphql/knowledge-graph/object-types/role.md) object ● [`Status`](/api/graphql/knowledge-graph/object-types/status.md) object ● [`StringAttribute`](/api/graphql/knowledge-graph/object-types/string-attribute.md) object ● [`Tag`](/api/graphql/knowledge-graph/object-types/tag.md) object ● [`Type`](/api/graphql/knowledge-graph/interfaces/type.md) interface ● [`UserGroup`](/api/graphql/knowledge-graph/object-types/user-group.md) object
