Skip to content
This repository was archived by the owner on Mar 9, 2025. It is now read-only.

Files

Latest commit

3d36a35 · Aug 21, 2023

History

History
15 lines (12 loc) · 1.22 KB

UpdateUserRequest.md

File metadata and controls

15 lines (12 loc) · 1.22 KB

# UpdateUserRequest

Properties

Name Type Description Notes
first_name string The name of the user. Names may contain letters, numbers, colons, dashes, and underscores. There is a limit of 255 characters per user. [optional]
last_name string The last name of the user. Users may contain letters, numbers, colons, dashes, and underscores. There is a limit of 255 characters per user. [optional]
email string The email of the user to which activation and forgot password links are being sent to. There is a limit of 255 characters per email. [optional]
enabled bool If user is not enabled, he can't login and thus use services any longer. [optional]
totp bool Enable or disable two-factor authentication (2FA) via time based OTP. [optional]
locale string The locale of the user. This can be `de-DE`, `de`, `en-US`, `en` [optional]
roles int[] The roles as list of `roleId`s of the user. [optional]

[Back to Model list] [Back to API list] [Back to README]