The User Info for buyers and sellers.
| Field | Data Type | Description |
|---|---|---|
| UserID | integer | The user's identifier. |
| UserName | string | The UserName of the user. |
| string | The email belonging to the user. | |
| AltEmail | string | The alternate email belonging to the user. |
| CompanyName | string | The company name associated with the user. |
| FirstName | string | The first name of the user. |
| LastName | string | The last name of the user. |
| Address1 | string | The first line of the user's address. |
| Address2 | string | The second line of the user's address. |
| City | string | The city of the user. |
| State | string | The state of the user. |
| PostalCode | string | The postal code of the user. |
| CountryCode | string | The country code of the user. |
| Phone | string | The primary phone number of the user. |
| AlternatePhone | string | The alternate phone number of the user. |
| FaxPhone | string | The fax phone number of the user. |
| IsBusinessAddress | boolean | If true, then the address is for a business. |
| AccountStatus | int | Internal value used to indicate the status of the account. |
| CanSell | bool | Indicates if the user is allowed to sell. |
| AccountFlags | int | Internal value used to indicate what flags on the account have been turned on or off. |
| CreditLimit | decimal | The user's credit limit |
| FeedbackRating | decimal | The user's feedback rating |
| FeedbackCount | int | The user's feedback count |
| IsDupReviewed | bool | Indicates if the user has had duplicate accounts reviewed |
| IsDuplicateOf | int | UserID of account that has been identified as it's duplicate |