AM Logo
API AuthorizationAPI DocumentationForm DefinitionsFAQ
  1. Home
  2. API Documentation
  3. Identity
  4. Mutations
  5. createUserAccount

createUserAccount: UserAccount!

Creates new Qualo User Account.

  1. userAccount

username: String!

Username/Login, must be unique, can be anything.

title: String

Format title of the person.

firstName: String!

First name of the user.

middleName: String

Middle name of the user.

lastName: String!

Last name of the user.

emailAddress: String

email address of the user.

cellPhoneNumber: String

(cell) Phone of the user.

timeZone: TimeZoneInfo

User's Timezone.

culture: CultureInfo

Culture information of the user, mainly used for language

tenantId: UUID

Tenant Id to which the user should be assigned.

applicationPublicId: String

Public ID of the application to which the user should be assigned.