For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

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

Fields

User.emailString scalar

The primary email address of this user.

User.enabledBoolean! non-null scalar

Whether the user is enabled.

The first name of this user.

The first name and last name of this user.

User.idUUID! non-null scalar

The universally unique identifier of this node.

The last name of this user.

User.systemBoolean! non-null scalar

Whether this user is reserved by the system.

Interfaces

Node interface

A base interface implemented by all types.

Member Of

Asset object ● AssetType object ● Attribute interface ● AttributeType object ● Auditable interface ● BooleanAttribute object ● Community object ● DateAttribute object ● Domain object ● DomainType object ● ExternalMapping object ● MultiValueAttribute object ● NumericAttribute object ● Organization interface ● ReadPermission object ● Relation object ● RelationType object ● Responsibility object ● Role object ● Status object ● StringAttribute object ● Tag object ● Type interface ● UserGroup object

Last updated

Was this helpful?