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. | |
| 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. |