Skip to main content

Teams Admin Automation

The CLI includes administrative command groups for teams, channels, members, tabs, apps, tags, files, and subscriptions.

Start read-only

teams team list --output json
teams channel list "$TEAM_ID" --output json
teams team members list "$TEAM_ID" --output json

Destructive operations

Commands such as team delete, team archive, app uninstall, and file delete should run only against explicit test targets or policy-controlled production workflows.