list_users
List PagerDuty users filtered by name or team IDs to quickly find specific team members.
Instructions
List users, optionally filtering by name (query) and team IDs.
Args:
query: Filters the result, showing only the records whose name matches the query.
teams_ids: Filter users by team IDs.
limit: Pagination limit. Default 100.
Returns:
List of users matching the criteria.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | ||
| teams_ids | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response | Yes |