updateUserAccount: UserAccount!

Updates existing Qualo User Account's basic data.

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.