Skip to main content

User

User entity, not afiliated with a specific Business user

type User {
consentsToDataCollection: Boolean
createdDate: DateTime!
email: String
id: UUID!
name: String
organizationId: UUID!
phoneNumber: String
representative: Representative
representativeId: UUID
roles: [UserRole!] @deprecated
state: UserState!
updatedDate: DateTime!
wantsEmailConvocation: Boolean
}

Fields

NomTypeDescription
consentsToDataCollectionBoolean scalar
createdDateDateTime! non-null scalarThe creation date-time of the entity
emailString scalar
idUUID! non-null scalarUnique identifier of the entity
nameString scalar
organizationIdUUID! non-null scalarUnique identifier of the entity's parent organization. Used for tenancy separation.
phoneNumberString scalar
representativeRepresentative objectEntity, in case the user is mapped to a representative
representativeIdUUID scalarId, in case the user is mapped to a representative
stateUserState! non-null enumactivated account or not
updatedDateDateTime! non-null scalarThe last update date-time of the entity
wantsEmailConvocationBoolean scalarmyUser preSignupTenant signupTenant updateSendConvocationMethodPreference updateUser File PropertyEvent RentalFolderAccess Ticket TicketEntry