id | Integer | a unique identifier for the user's profile. |
name | String | the user's first name. |
last_name | String | the user's last name. |
email | String | the user's email address. |
image | String | the user's profile picture or image URL. |
phone | String | the user's phone number. |
phone_verified | Boolean | a flag indicating if the user's phone number has been verified or not. |
birthdate | String | the user's birthday in the format of YYYY-MM-DD. |
token | Text | the user's authentication token used for accessing protected resources. |
rate | Integer | the user's rating in the platform. |
addresses | Array | an array of the user's saved addresses. |
total_points | Integer | the total number of points the user has earned in the platform. |
is_gold | Boolean | a flag indicating if the user is a gold member or not. |
spent | Integer | the total amount of money the user has spent in the platform. |
gold_amount | Integer | the amount of gold the user currently has. |
points_to_gold | Integer | the number of points required to convert to gold. |
points_to_expire | Integer | the number of points that will expire soon. |
referal | String | the user's referral code. |
primary_address | Object | the user's primary address. |
next_expiration_date | String | the date when the next point expiration will occur. |
ex_rate_pts | Integer | the exchange rate of points. |
ex_rate_egp | Integer | the exchange rate of Egyptian pounds (EGP). |
ex_rate_gold | Integer | the exchange rate of gold. |
refer_points | Integer | the number of points earned through referrals. |
pending_days | Integer | the number of pending days for point approval. |
user_settings | Object | the user's settings/preferences. |
is_affiliate | Boolean | a flag indicating if the user is an affiliate or not. |
area | Object | the user's area. |
branch | Object | the user's branch. |
is_guest | Boolean | a flag indicating if the user is a guest or not. |
lat | String | the user's latitude coordinate. |
lng | String | the user's longitude coordinate. |
wallet_balance | String | the user's current balance in their wallet. |
user_wallet_history | Object | an array of the user's wallet transaction history.. |