CreateUserDto

{
  "firstName": "Evgeny",
  "lastName": "Smirnov",
  "login": "nodewalker",
  "email": "[email protected]",
  "password": "**********"
}

Properties

Name
Type
Required
Restrictions
Description

firstName

string

true

none

User first name ( from 1 to 20 symbols )

lastName

string

true

none

User last name ( from 1 to 20 symbols )

login

string

true

none

User login ( from 3 to 24 symbols )

email

string

true

none

User email

password

string

true

none

User password ( from 8 to 32 symbols )

Last updated