invite_parent
Send or resend a ParentSquare registration invite to a guardian's email. Provide school and guardian user IDs to activate unregistered parents' accounts.
Instructions
Send (or resend) a ParentSquare registration invitation to one guardian. Requires PS_ENABLE_WRITES.
ParentSquare emails the guardian an invite to activate their account. The same endpoint is used to resend to an already-invited (but not yet registered) guardian. Get the user_id from list_parents(school_id); only guardians with registered=false need inviting.
Args: school_id: School ID user_id: Guardian's user ID (from list_parents)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | ||
| school_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |