UpdateUserInfo#

Description#

The request to update the information on a user.

Request Parameters#

  • email — The email.

    • Type: String

  • enabled — Indicates whether to activate an account.

    • Type: Boolean

  • flush — Indicates whether to disable two-factor authentication (2FA).

    • Type: Boolean

  • name — The user name.

    • Type: String

  • otp_required — Indicates whether to require mandatory two-factor authentication (2FA).

    • Type: Boolean

  • phone — The phone number.

    • Type: String

Note

The method is not public and is intended to be used in the web interface only. The method call is written to Activity Log.