Interface UserRegisterDto

Hierarchy

  • UserRegisterDto

Properties

birthday_date?: string

ISO 8601 date string

captcha_token?: string

Captcha token, optional

consents: UserConsentDto
email: string
metadata_personal?: Metadata
name: string
password: string
phone?: string

Full phone number

roles?: string[]

List of role IDs to assign to the user

Generated using TypeDoc