The model to update the account.
emailstring or nullOptionalformat: "email"
The email of the account.
firstNamestring or nullOptional
The first name of the account.
lastNamestring or nullOptional
The last name of the account.
languagestring or nullOptional
The language of the account, as a Language Culture Name (de-DE).
timezonestring or nullOptional
The timezone of the account.
The format of the timezone is the IANA standard.
mfaEnabledbooleanOptional
Whether MFA is enabled for the account.
Response
OK
emailstring or nullformat: "email"
The email of the account.
firstNamestring or null
The first name of the account.
lastNamestring or null
The last name of the account.
languagestring or null
The language of the account, as a Language Culture Name (de-DE).
timezonestring or null
The timezone of the account.
The format of the timezone is the IANA standard.
mfaEnabledboolean
Whether MFA is enabled for the account.
idstringformat: "uuid"
The id of the account.
passwordIsAutoGeneratedboolean
Whether the password is generated by awork.
emailConfirmedboolean
Whether the email has been confirmed by the user.
externalAccountslist of objects or null
The list of connected social providers.
mfaProviderslist of strings or null
The enabled MFA providers for the account.
Currently we support "Email" and "Authenticator".
passwordlessEnabledboolean
Whether the account has passwordless login enabled.