🤖 For AI agents: The complete documentation index is available at /docs/llms.txt. A markdown version of this page is available at /docs/apis/families.md.

Available since 1.7.0

A Family allows you to define relationships between one or more Users. A adult User may belong to a single Family, a teen or child may belong to one or more families.

The following APIs are provided to manage Families and Family memberships.

OperationMethodEndpoint
Add a User to a FamilyPOST/api/user/family
/api/user/family/{familyId}
Retrieve a FamilyGET/api/user/family/{familyId}
/api/user/family?userId={userId}
Update a FamilyPUT/api/user/family/{familyId}
Remove a User from a FamilyDELETE/api/user/family/{familyId}/{userId}
Retrieve Pending Family MembersGET/api/user/family/pending?parentEmail={parentEmail}
Request Parental ApprovalPOST/api/user/family/request