list-users
Retrieve a paginated list of users, with optional filtering by team, admin, bot status, and included fields.
Instructions
List users with pagination and team filtering
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Comma-separated fields to include (e.g. 'teams,roles,owns,follows') | |
| limit | No | Number of results per page | |
| before | No | Cursor for backward pagination | |
| after | No | Cursor for forward pagination | |
| team | No | Filter by team name | |
| isAdmin | No | Filter by admin status | |
| isBot | No | Filter by bot status | |
| include | No | Include deleted entities | non-deleted |