Skip to main content

CreateUserDto

@lowcode/api


Class: CreateUserDto

Defined in: apps/api/src/modules/users/dto/create-user.dto.ts:7

DTO создания пользователя клиента.

Constructors

Constructor

new CreateUserDto(): CreateUserDto

Returns

CreateUserDto

Properties

clientId

clientId: string

Defined in: apps/api/src/modules/users/dto/create-user.dto.ts:9


displayName?

optional displayName: string

Defined in: apps/api/src/modules/users/dto/create-user.dto.ts:21


email

email: string

Defined in: apps/api/src/modules/users/dto/create-user.dto.ts:12


password

password: string

Defined in: apps/api/src/modules/users/dto/create-user.dto.ts:16


role?

optional role: UserRole

Defined in: apps/api/src/modules/users/dto/create-user.dto.ts:25