Name | Type | Description | Notes |
---|---|---|---|
username | str | The user's username. | |
id | int | Unique object identifier. | [optional] |
first_name | str, none_type | The User's first name. | [optional] |
last_name | str, none_type | The User's last name. | [optional] |
contact_email | str, none_type | The phone number at which the user prefers to receive communications. | [optional] |
contact_phone | str, none_type | The email at which the user prefers to receive communications. | [optional] |
oauth_uid | str, none_type | The user's OAuth UID. | [optional] |
preferences | bool, date, datetime, dict, float, int, list, str, none_type | The user's application settings. | [optional] |