The UserSoapBean represents a LandGrab user.
| Field Name |
Type |
Description |
| userCode |
int |
The internal ID of the user. |
| username |
string |
The login name of the user. |
| preferredNickname |
string |
The preferred nickname of the user. |
| countryCode |
string |
The two letter country code. Only applicable if the user has set his or her country code in the settings screen. |
| lastTurnDate |
date |
The last time the user has completed a turn on LandGrab. |
| timezone |
string |
The user's timezone. Only applicable if the user has set his or her timezone in the settings screen. |
| premiumSubscription |
boolean |
Whether or not the user has a current premium subscription. |
| subscriptionExpiration |
date |
The current expiration date of the user's premium subscription. If the user does not have a premium subscription, this will be UNIX epoch. |
| buddy |
boolean |
Whether or not the user is a buddy for the currently-authenticated user. |
| foe |
boolean |
Whether or not the user is a foe for the currently-authenticated user. |
| foeNotes |
string |
The foe notes that are written if this user is a foe of the currently-authenticated user. |
| buddyNotes |
string |
The buddy notes that are written if this user is a buddy of the currently-authenticated user. |