# List PagerDuty users

Canonical URL: https://docs.fuse.init.inc/integrations/pagerduty/actions/users.list

List users for the bound account. Requires read.

Action ID: `users.list`
Provider: PagerDuty (`pagerduty`)
Contract version: 1

## Risk and exposure

- Risk: Read
- Idempotency: Safe — Safe to retry without coordination; repeats do not create additional side effects.
- Availability: Default
- Exposure: REST, SDK, MCP
- MCP hints: readOnly=true, destructive=false, idempotent=true, openWorld=true

## Required scopes

- `read`

## Input schema fields

- `page_size`
- `cursor`

## Output schema fields

- `users`
- `users[]`
- `users[].id`
- `users[].name`
- `users[].email`
- `users[].role`
- `users[].time_zone`
- `next_cursor`

Provider overview: https://docs.fuse.init.inc/integrations/pagerduty
Actions index: https://docs.fuse.init.inc/integrations/pagerduty/actions
Exact canonical JSON contract: https://docs.fuse.init.inc/api/catalog/v1/providers/pagerduty/actions/users.list
Deployment-effective discovery: https://api.fuse.init.inc/v1/tenants/%7Btenant_id%7D/providers/pagerduty/actions
