add_guest_to_list
Assign a guest to a list with a chosen permission level (read, comment, edit, create). Returns the updated guest. Enterprise plan only.
Instructions
Share an entire List (and its tasks) with a guest at a chosen permission level. Returns the updated guest. Enterprise plan only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_id | Yes | ID of the List to share. | |
| guest_id | Yes | ID of the guest (the guest user's numeric id). | |
| permission_level | No | Permission level to grant: 'read' (view only), 'comment', 'edit', or 'create'. |