list_users
Retrieve users visible to your API token, with optional search, pagination, and field selection to get only the data you need.
Instructions
List users visible to the current token.
select restricts each result row to the given fields (e.g. ["id", "name", "login"]); an invalid name returns the allowed set. Common fields: id, name, login, email, status, admin, created_at, updated_at.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| search | No | ||
| select | No |