Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 749 Bytes

ComplexUserPost.md

File metadata and controls

29 lines (17 loc) · 749 Bytes

ComplexUserPost

Complex user schema

Properties

Name Type Description Notes
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"