Complex user schema
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] |
String | Email of the user | [optional] | |
phone | String | User's phone (may be cellphone or phone) | [optional] |
Name | Value |
---|---|
MALE | "male" |
FEMALE | "female" |