bulk_invite_parents
Send registration invitations to multiple unregistered guardians at once, skipping those already registered. Obtain user IDs from list_parents to invite all unregistered users.
Instructions
Send registration invitations to multiple guardians at once. Requires PS_ENABLE_WRITES.
ParentSquare sends each unregistered guardian an email/text invite and automatically skips any that are already registered (the returned message reports how many of the selected users were actually notified). Get user_ids from list_parents(school_id) — typically those with registered=false. To "invite all", pass every unregistered user_id from list_parents.
Args: school_id: School ID user_ids: Guardian user IDs to invite (from list_parents)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_ids | Yes | ||
| school_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |