Last modified:2026-08-18 09:16:20
Request: No body - auth token onlyReturns a list of all active family members for the authenticated user. Requires a valid Bearer token.Success: 200 - data.members is an array (each: family_key, full_name, relation, date_of_birth, birth_time, birth_place, latitude, longitude, timezone, gender, profile_image_url, palm_image_url, intents (array of {slug, name, description, icon} - empty array when none set; update via PATCH /users/family/{family_key}/intents), plus a kundali object (kundali_key, status - done/pending/processing/failed/not_generated) and a palm object (status - done/pending/processing/failed/not_uploaded)) plus data.total. Use these per-member statuses to decide whether to call GET /kundali/family/{family_key} or GET /palm/family/{family_key}. Empty list if no members. List is capped to the active plan's family_add allowance, oldest-added member(s) first - if a Child or Marriage report auto-added a partner/baby past that cap, it still exists (nothing is deleted) but is withheld here; data.hidden_count is how many, and they reappear automatically once the plan is upgraded.Errors: 401 - missing/invalid token