Get current user families
FamilyEntity
Get current user families
Returns all families the current user belongs to, including their role, ownership status, and member count. Accepts an optional userId query parameter to view another user’s families (requires HR_LOCAL permission or parent management access for that user).
GET
Get current user families
Authorizations
Server-to-server authentication. Generate a token in the admin UI at
Settings → Developers → API Access. Send the raw token in the
Api-Token header — there is no Bearer prefix.
Tokens can be marked read-only at creation time, in which case the API
rejects any non-GET request with 403 Forbidden.

