mmk-notion-team
Manage Notion teams — list teams, invite users to a team, remove users from a team. Triggers on "list teams", "invite to team", "add to team", "remove from team", "team members".
MMK Notion — Team Commands
Prerequisite: Read
../mmk-shared/SKILL.mdfor auth, global flags, and error handling. Parent:mmk-notion
Always use -o json when parsing results or composing with other commands.
list — List teams in the workspace
mmk notion team list -o json
No additional flags required.
invite — Invite a user to a team
mmk notion team invite --team-id <uuid> --email <email> -o json
Required: --team-id, --email
Optional: --member-type — member (default) or owner
remove — Remove a user from a team
mmk notion team remove --team-id <uuid> --email <email> -o json
Required: --team-id, --email
Optional: --member-type — member (default) or owner
See Also
- mmk-shared — Auth, global flags, error handling
- mmk-notion — All Notion commands overview
- mmk-notion-workspace — Workspace-level membership
- mmk-notion-people — List members and guests