list-users
List all users in your Datadog organization with pagination, sorting, and filtering by name, email, or status.
Instructions
List users in the Datadog organization. Use for 'who has access', 'list all users', 'find user by email'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageSize | No | Results per page | |
| pageNumber | No | Page number | |
| sort | No | Sort field | |
| sortDir | No | Sort direction: asc or desc | |
| filter | No | Filter by name or email | |
| filterStatus | No | Filter by status: Active, Pending, Disabled |