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/' \
--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",
"sun_sign": "Cancer",
"moon_sign": "Scorpio",
"intents": [
{
"slug": "career",
"name": "Career",
"icon": "https://images.hastaai.in/intent/career.webp"
},
{
"slug": "wealth",
"name": "Wealth",
"icon": "https://images.hastaai.in/intent/wealth.webp"
}
],
"features": {
"kundali": {
"kundali_key": "Kundali-41963",
"status": "done"
},
"palm": {
"palm_key": "Palm-2322",
"status": "done"
},
"marriage": [
{
"prediction_key": "Match-12345",
"status": "done"
},
{
"prediction_key": "Match-67890",
"status": "processing"
}
],
"child": {
"request_key": "Baby-12345",
"status": "processing"
}
},
"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",
"intents": [
{
"slug": "career",
"name": "Career",
"description": "Growth, work and professional direction",
"icon": "https://images.hastaai.in/intent/career.webp"
}
],
"kundali": {
"kundali_key": "Kundali-55012",
"status": "done"
},
"palm": {
"status": "not_uploaded"
}
}
]
}
}