UserResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the user. | [default to null] |
| code | String | User code (optional unique identifier) | [optional] [default to null] |
| is_active | Boolean | Whether the user is active. | [default to null] |
| language | String | User language preference | [default to null] |
| country_code | String | Country code of the user, if any. | [optional] [default to null] |
| currency | CurrencyResponse | Currency information for the user. | [default to null] |
| gender | Gender | Gender of the user, if any. | [optional] [default to null] |
| date_of_birth | String | Date of birth | [optional] [default to null] |
| roles | List | List of roles assigned to the user. | [default to null] |
| has_multiple_vendors | Boolean | Whether user has multiple vendors. | [default to null] |
| all_permissions | List | All permissions assigned to the user. | [optional] [default to null] |
| rating | Double | Rating of the user. | [optional] [default to null] |
| vehicle | DriverVehicleResponse | Vehicle information for the user. | [optional] [default to null] |
| personal_name | UserPersonalName | Personal name information (first_name, last_name, name). | [default to null] |
| contact | UserContactInfo | Contact information (email, phone). | [default to null] |
| media | UserMediaUrls | Media URLs (photo_url, profile_picture_url, photo). | [default to null] |
| verification | UserVerificationInfo | Verification status (email_verified_at, phone_verified_at, email_verified, phone_verified). | [default to null] |
| timestamps | UserTimestamps | Timestamps (created_at, updated_at). | [default to null] |
| document_status | UserDocumentStatus | Document status (document_requested, pending_document_approval). | [default to null] |
| driver_info | UserDriverInfo | Driver information (driver_vendor_id, is_taxi_driver). | [default to null] |