Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 897 Bytes

File metadata and controls

31 lines (19 loc) · 897 Bytes

UserPostRequest

User post request schema

Properties

Name Type Description Notes
password String User password [optional]
passwordConfirmation String User password confirmation [optional]
language Language [optional]
gender GenderEnum User gender [optional]
username String User login [optional] [readonly]
firstName String First name of the user [optional]
lastName String Last name of the user [optional]
email String Email of the user [optional]
phone String User's phone (may be cellphone or phone) [optional]

Enum: GenderEnum

Name Value
MALE "male"
FEMALE "female"