INPUT_OBJECT

RegisteredUserInput

link GraphQL Schema definition

  • input RegisteredUserInput {
  • # Unique identifier optionally passed into input object of any query/mutation
  • # call, returned in the corresponding response output.
  • operationId: String
  • userData4: String
  • # Set a registration expires time with a long value in milleseconds
  • expiresTime: Date
  • sponsor: String
  • phoneNumber: String
  • preRegistered: Boolean
  • userData2: String
  • id: Long
  • userName: String!
  • emailAddress: String
  • lastName: String
  • userData3: String
  • # DEPRECATED - Replaced by operationId. NBI responses will not return this value
  • # anymore.
  • clientMutationId: String
  • location: String
  • attempts: Int
  • portalConfiguration: String
  • userData1: String
  • userData5: String
  • applianceGroup: String!
  • middleName: String
  • firstName: String
  • # Set a registration time with a long value in milleseconds
  • registrationTime: Date
  • # Set user type to GUEST or WEB_AUTH. Default is GUEST.
  • userType: UserTypeInput
  • maxRegisterCount: Int
  • # Set a registration start time with a long value in milleseconds
  • startTime: Date
  • }