Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.18 KB

CreateUserRequest.md

File metadata and controls

15 lines (12 loc) · 1.18 KB

# CreateUserRequest

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.
enabled bool If user is not enabled, he can't login and thus use services any longer.
totp bool Enable or disable two-factor authentication (2FA) via time based OTP.
locale string The locale of the user. This can be `de-DE`, `de`, `en-US`, `en`
roles int[] The roles as list of `roleId`s of the user. [optional]

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