edubase_post_organization_members
Assign users to educational organizations and manage their permissions for content access and administrative roles within the EduBase platform.
Instructions
Assign user(s) to an organization. Updates memberships if already member of the organization.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organization | Yes | organization identification string | |
| users | Yes | comma-separated list of user identification strings | |
| department | No | optional name of department | |
| permission_organization | No | optional permission level to organization (member / teacher / reporter / supervisor / admin) (default: member) | |
| permission_content | No | optional permission level to contents in organization (none / view / report / control / modify / grant / admin) (default: none) | |
| notify | No | notify users (default: false) |