edubase_post_organization_members
Add or update users in an organization with optional department, permission levels, and notification. Automatically updates memberships for existing users.
Instructions
Assign user(s) to an organization. Updates memberships if already member of the organization.
Input 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) |