Skip to main content

GloCreateUserInput

Represents input value for creating new user.

input GloCreateUserInput {
activationStatus: String
authType: GloAuthType!
autoSync: Boolean!
badges: String
country: String
currentPosition: String
displayName: String
domain: String
email: String
exampleWork: String
experience: String
fax: String
firstName: String
groupsIds: [String]
hideEmail: Boolean!
hostName: String
hrid: String
languageLocale: String
lastName: String
organisationId: String
parameters: [GloParameterInput]
password: String
phone: String
profilePicture: String
salutation: String
sendEmail: Boolean!
spaceIds: [String]
specialties: String
timezone: String
userName: String
webSite: String
}

Fields

GloCreateUserInput.activationStatus ● String scalar

Activation Status.

GloCreateUserInput.authType ● GloAuthType! non-null enum

User Auth Type.

GloCreateUserInput.autoSync ● Boolean! non-null scalar

Auto Sync.

GloCreateUserInput.badges ● String scalar

Badges.

GloCreateUserInput.country ● String scalar

Country.

GloCreateUserInput.currentPosition ● String scalar

Current Position.

GloCreateUserInput.displayName ● String scalar

Display Name.

GloCreateUserInput.domain ● String scalar

User Domain.

GloCreateUserInput.email ● String scalar

User Email.

GloCreateUserInput.exampleWork ● String scalar

Example Work.

GloCreateUserInput.experience ● String scalar

Experience.

GloCreateUserInput.fax ● String scalar

User Fax.

GloCreateUserInput.firstName ● String scalar

First Name.

GloCreateUserInput.groupsIds ● [String] list scalar

Groups identifiers.

GloCreateUserInput.hideEmail ● Boolean! non-null scalar

Hide Email.

GloCreateUserInput.hostName ● String scalar

Host Name.

GloCreateUserInput.hrid ● String scalar

User HRID.

GloCreateUserInput.languageLocale ● String scalar

Language Locale.

GloCreateUserInput.lastName ● String scalar

Last Name.

GloCreateUserInput.organisationId ● String scalar

Organisation identifier.

GloCreateUserInput.parameters ● [GloParameterInput] list input

User Parameters.

GloCreateUserInput.password ● String scalar

Password.

GloCreateUserInput.phone ● String scalar

User Phone.

GloCreateUserInput.profilePicture ● String scalar

Profile Picture.

GloCreateUserInput.salutation ● String scalar

Salutation.

GloCreateUserInput.sendEmail ● Boolean! non-null scalar

Send Email.

GloCreateUserInput.spaceIds ● [String] list scalar

Space identifiers.

GloCreateUserInput.specialties ● String scalar

Specialties.

GloCreateUserInput.timezone ● String scalar

Timezone.

GloCreateUserInput.userName ● String scalar

User Name.

GloCreateUserInput.webSite ● String scalar

Website.