Interface CreateUserOption

CreateUserOption create user options

Hierarchy

  • CreateUserOption

Properties

created_at?: string

For explicitly setting the user creation timestamp. Useful when users are migrated from other systems. When omitted, the user's creation timestamp will be set to "now".

Format

date-time

email: string

Format

email

full_name?: string
login_name?: string
must_change_password?: boolean
password: string
restricted?: boolean
send_notify?: boolean
source_id?: number

Format

int64

username: string
visibility?: string

Generated using TypeDoc