GloUser
No description
type GloUser {
activationStatus: String
active: Boolean!
authType: GloAuthType!
autoSync: Boolean!
badges: String
country: String
currentPosition: String
displayName: String
domain: String
email: String
exampleWork: String
experience: String
firstName: String
groups: [GloUserGroup]
hideEmail: Boolean!
hostName: String
id: ID!
lastName: String
locale: String
organization: GloOrganization
parameters: [GloParameter]
phone: String
profilePicture: String
salutation: String
spaces: [GloUserSpace]
specialties: String
timezone: String
userId: String
userName: String
website: String
}
Fields
GloUser.activationStatus ● String scalar
Current activation status of the user.
GloUser.active ● Boolean! non-null scalar
Indicates whether this user account is active.
GloUser.authType ● GloAuthType! non-null enum
Authentication type (e.g., Windows, LDAP) used for this user account.
GloUser.autoSync ● Boolean! non-null scalar
Indicates whether automatic synchronization is enabled for this user.
GloUser.badges ● String scalar
Badges or achievements associated with the user (e.g., professional certifications).
GloUser.country ● String scalar
Country or region associated with this user.
GloUser.currentPosition ● String scalar
Current job position or role held by the user.
GloUser.displayName ● String scalar
Display name shown publicly in interfaces.
GloUser.domain ● String scalar
Domain associated with this user.
GloUser.email ● String scalar
Email address associated with this user account.
GloUser.exampleWork ● String scalar
Example work or projects associated with this user.
GloUser.experience ● String scalar
Professional experience summary for the user.
GloUser.firstName ● String scalar
First name of the user.
GloUser.groups ● [GloUserGroup] list object
List of groups assigned to this user.
GloUser.hideEmail ● Boolean! non-null scalar
Indicates whether the user's email address should be hidden from public view.
GloUser.hostName ● String scalar
Hostname associated with this user's account (e.g., server name or domain).
GloUser.id ● ID! non-null scalar
User's global resource identifier.
GloUser.lastName ● String scalar
Last name of the user.
GloUser.locale ● String scalar
Preferred language or regional locale setting for the user.
GloUser.organization ● GloOrganization object
Organization to which this user belongs.
GloUser.parameters ● [GloParameter] list object
Collection of parameters or settings specific to this user.
GloUser.phone ● String scalar
Phone number associated with this user.
GloUser.profilePicture ● String scalar
URL to a profile picture or avatar associated with this user.
GloUser.salutation ● String scalar
Salutation or title used when addressing the user (e.g., Dr., Mr.).
GloUser.spaces ● [GloUserSpace] list object
List of spaces associated with this user.
GloUser.specialties ● String scalar
Specialized skills or areas of expertise for the user.
GloUser.timezone ● String scalar
Preferred timezone for this user.
GloUser.userId ● String scalar
User's identifier.
GloUser.userName ● String scalar
Username associated with the user account.
GloUser.website ● String scalar
Website or personal URL associated with this user.