Updates the account profile and starts email verification when required.
<Check title="Required Permissions" icon="key">Any authenticated user.</Check>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
accountId
The accountId value.
Query parameters
skipEmailVerification
The skipEmailVerification value.
sendAdminInitiatedVerificationEmail
The sendAdminInitiatedVerificationEmail value.
Request
The model value.
email
The email of the account.
firstName
The first name of the account.
lastName
The last name of the account.
language
The language of the account, as a Language Culture Name (de-DE).
timezone
The timezone of the account.
The format of the timezone is the IANA standard.
mfaEnabled
Whether MFA is enabled for the account.
Response
OK
email
The email of the account.
firstName
The first name of the account.
lastName
The last name of the account.
language
The language of the account, as a Language Culture Name (de-DE).
timezone
The timezone of the account.
The format of the timezone is the IANA standard.
mfaEnabled
Whether MFA is enabled for the account.
id
The id of the account.
passwordIsAutoGenerated
Whether the password is generated by awork.
emailConfirmed
Whether the email has been confirmed by the user.
externalAccounts
The list of connected social providers.
mfaProviders
The enabled MFA providers for the account.
Currently we support "Email" and "Authenticator".
passwordlessEnabled
Whether the account has passwordless login enabled.
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error

