UserType
No description
type UserType {
id: ID!
dbId: String
firstName: String
lastName: String
fullName: String
avatar: String
phoneNumber: String
emails: [EmailType]
primaryEmail: String
primaryEmailVerified: String
isStaff: Boolean
forceToVerifyEmail: Boolean
companies: [CompaniesUserType]
groups: [GroupType]
activeCompanyRole: Int
activeCompanyJoinedAt: String
createdAt: String
lastSeen: String
isManagedViaFederatedLogin: Boolean
}
Fields
UserType.id ● ID! non-null scalar
The ID of an object
UserType.dbId ● String scalar
UserType.firstName ● String scalar
UserType.lastName ● String scalar
UserType.fullName ● String scalar
UserType.avatar ● String scalar
UserType.phoneNumber ● String scalar
UserType.emails ● [EmailType] list object
in almost all usecases you rather should use primaryEmail and primaryEmailVerified
UserType.primaryEmail ● String scalar
UserType.primaryEmailVerified ● String scalar
UserType.isStaff ● Boolean scalar
this is primarly used to enable some extra debugging features on the clients
UserType.forceToVerifyEmail ● Boolean scalar
UserType.companies ● [CompaniesUserType] list object
UserType.groups ● [GroupType] list object
UserType.activeCompanyRole ● Int scalar
UserType.activeCompanyJoinedAt ● String scalar
UserType.createdAt ● String scalar
user created account with MemoMeister
UserType.lastSeen ● String scalar
UserType.isManagedViaFederatedLogin ● Boolean scalar
Returned by
me query ● user query ● users query
Member of
ActivityEventType object ● CommentType object ● CompanyType object ● CompanyUserConnectionEdge object ● DefaultPermissionType object ● DetailedHistoryChangeTypeListUsers object ● DocumentType object ● ExportJobType object ● FolderType object ● GenericTemplateType object ● GroupType object ● PdfDocumentTemplateType object ● PrivateShareType object ● PublicShareType object ● RevisionAndHistoryType object ● TemplateType object ● TextDocumentTemplateType object ● UserMutationPayloadType object ● UserNotificationType object ● WordExportType object