Skip to main content

Documentation Index

Fetch the complete documentation index at: https://moxn.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Search for users in your workspace. Used for finding user IDs when adding reviewers to merge requests or mentioning users in comments.

Parameters

ParameterTypeRequiredDescription
action"search"YesCurrently only search is supported
querystringYesSearch query — matches against name or email
limitintegerNoMax results (default: 20, max: 50)

Response

[
  {
    "userId": "user_2abc123",
    "displayName": "Alice Johnson",
    "email": "alice@example.com",
    "imageUrl": "https://..."
  }
]

Examples

"Find Alice's user ID so I can add her as a reviewer"
→ members({action: "search", query: "alice"})

"Search for users at example.com"
→ members({action: "search", query: "example.com"})
  • merge_requests — pass reviewerIds with user IDs from this tool
  • sections — pass user IDs in <moxn:comment-new mentions="..."> for comment mentions