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

UserOrder

No description

input UserOrder {
  email: SortOrder
  enabled: SortOrder
  firstName: SortOrder
  fullName: SortOrder
  id: SortOrder
  lastName: SortOrder
  system: SortOrder
}

Fields

The primary email address of this user.

Whether the user is enabled.

The first name of this user.

The first name and last name of this user.

The universally unique identifier of this node.

The last name of this user.

Whether this user is reserved by the system.

Member Of

AssetOrder input ● AssetTypeOrder input ● AttributeOrder input ● AttributeTypeOrder input ● AuditableOrder input ● BooleanAttributeOrder input ● CommunityOrder input ● DateAttributeOrder input ● DomainOrder input ● DomainTypeOrder input ● ExternalMappingOrder input ● MultiValueAttributeOrder input ● NumericAttributeOrder input ● OrganizationOrder input ● ReadPermissionOrder input ● RelationOrder input ● RelationTypeOrder input ● ResponsibilityOrder input ● RoleOrder input ● StatusOrder input ● StringAttributeOrder input ● TagOrder input ● TypeOrder input ● UserGroupOrder input

Last updated

Was this helpful?