The User type exposes the following properties.
Properties
| Member | Description | |
|---|---|---|
| BirthDay |
The logged in user's day the month that they were born. This may be zero depending on the user's privacy settings.
| |
| BirthMonth |
The logged in user's month of the year that they were born. This may be zero depending on the user's privacy settings.
| |
| BirthYear |
The logged in user's year that they were born. This may be zero depending on the user's privacy settings.
| |
| City |
The logged in user's city. This may be blank depending on the user's privacy settings.
| |
| FirstName |
The logged in user's first name. This may be blank depending on the user's privacy settings.
| |
| Gender |
The logged in user's gender. This may be unspecified depending on the user's privacy settings.
| |
| LastName |
The logged in user's last name. This may be blank depending on the user's privacy settings.
| |
| State |
The logged in user's state. This may be blank depending on the user's privacy settings.
| |
| UserID |
The logged in user's unique numeric user id. If the App is running in Preview mode this will be zero since there is no authenticated user.
| |
| Zip |
The logged in user's zipcode. This may be blank depending on the user's privacy settings.
|