user_key is a path parameteruser_key, including all active family members. Admin role required.200 - returns user profile with family members401 - missing/invalid token | 403 - not an admin | 404 - user not foundAuthorization: Bearer ********************curl --location 'https://uat-api.hastaai.in/api/v1/users/panel/USER-91418' \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "User fetched successfully",
"data": {
"user_key": "User-45231",
"email": "nitin@example.com",
"full_name": "Nitin Sharma",
"date_of_birth": "1993-07-15",
"gender": "M",
"language_code": "en",
"auth_provider": "google",
"is_active": true,
"block_status": false,
"is_onboarded": true,
"plan_name": "Seeker",
"family_members": [
{
"family_key": "Family-78321",
"full_name": "Sunita Sharma",
"relation": "Mother",
"date_of_birth": "1965-03-10",
"birth_time": "08:00:00",
"birth_place": "Lucknow, India",
"latitude": 26.8467,
"longitude": 80.9462,
"timezone": "Asia/Kolkata",
"gender": "F",
"kundali": {
"kundali_key": "Kundali-55012",
"status": "done"
},
"palm": {
"status": "not_uploaded"
}
}
]
}
}