Circle V2 API Docs
    Preparing search index...
    listClients: QueryProcedure<
        {
            input: { entityId: number; profileId: string };
            meta: object;
            output: {
                items: {
                    dob: string | null;
                    first_name: string | null;
                    last_name: string | null;
                    patient_id: PatientId;
                    session_count: number | null;
                }[];
            };
        },
    > = ...

    Clients owned by one org member, for the superadmin transfer tool.