quire.updateOrganization
Update an organization's followers by replacing the list, adding users, or removing users. Specify organization ID and optionally provide follower IDs.
Instructions
Update an organization's followers. You can set the complete list of followers, or add/remove specific followers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The organization ID (e.g., 'my-organization') or OID (unique identifier) | |
| followers | No | Replace all followers with this list of user IDs (optional) | |
| addFollowers | No | User IDs to add as followers (optional) | |
| removeFollowers | No | User IDs to remove from followers (optional) |