MyProfileResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the user. | [default to null] |
| code | String | User code (8 digit alphanumeric code set during signup) | [optional] [default to null] |
| is_active | Boolean | Whether the user is active. | [default to null] |
| country_code | String | Country code of the user, if any. | [optional] [default to null] |
| gender | Gender | Gender of the user, if any. | [optional] [default to null] |
| date_of_birth | String | Date of birth of the user, if any. | [optional] [default to null] |
| roles | List | List of roles assigned to the user. | [default to null] |
| permissions | List | List of permissions assigned to the user. | [default to null] |
| wallet_balance | Double | Wallet balance of the user, if any. | [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] |