list_users
Retrieve and filter users in PagerDuty by team IDs or search query. Use current user’s team context or specify teams to display relevant user data efficiently.
Instructions
List users in PagerDuty.
Args: current_user_context (bool): Use the current user's team IDs to filter (default: True, cannot be used with team_ids) team_ids (List[str]): A list of team IDs to filter users (optional, cannot be used with current_user_context) query (str): A search query to filter users (optional)
Returns: Dict[str, Any]: Dictionary containing metadata (count, description) and a list of users matching the specified criteria
Input Schema
Name | Required | Description | Default |
---|---|---|---|
current_user_context | No | ||
query | No | ||
team_ids | No |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from PagerDuty MCP Server
Related Tools
- @wpfleger96/pagerduty-mcp-server
- @wpfleger96/pagerduty-mcp-server
- @adepanges/teamretro-mcp-server
- @scoutos/mcp-linear
- @adepanges/teamretro-mcp-server