User object
Platform users with profiles, addresses, and company information
| Field | Type | Description |
|---|---|---|
id | integer (int32) | Unique user identifier |
firstNamerequired | string | First name |
lastNamerequired | string | Last name |
emailrequired | string (email) | Email address (unique per user) |
username | string | Unique username |
avatar | string (uri) | Profile picture URL |
phone | string | Phone in international format |
address | object | Physical mailing address |
company | object | Employment information |
website | string (uri) | Personal website URL |
role | string | Access control role |
age | integer (int32) | Age in years |
bio | string | Short biography |
isActive | boolean | Whether the account is active |
createdAt | string (date-time) | |
updatedAt | string (date-time) |