list_parents
Retrieve a school's complete parent roster with names, emails, phones, and linked students. Use returned user IDs to edit parents or link guardians to students.
Instructions
List guardians/parents on a school's admin roster (user_id, name, email, phone, linked students).
Returns the full parent roster in one call. Use the user_id from results in
edit_parent and link_guardian_to_student.
Args: school_id: School ID (from list_schools) name_contains: Optional case-insensitive substring filter on guardian name student_name_contains: Optional case-insensitive substring filter on the guardian's linked student names
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| school_id | Yes | ||
| name_contains | No | ||
| student_name_contains | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |