mmk-notion-user

Manage Notion workspace users — get user details, list all users. Triggers on "get user", "user details", "list users", "workspace users", "who is user".

MMK Notion — User Commands

Prerequisite: Read ../mmk-shared/SKILL.md for auth, global flags, and error handling. Parent: mmk-notion

Always use -o json when parsing results or composing with other commands.


get — Get user details

mmk notion user get --user-id <user-id> -o json

Required: --user-id


list — List workspace users

mmk notion user list -o json
mmk notion user list --limit 50 -o json

Optional:

FlagDefaultDescription
--limitMaximum number of users to return
--cursorPagination cursor for next page of results

See Also