List Kong consumers
list_consumersList registered API clients (consumers) in Kong before calling get_consumer. Confirms whether a named client exists.
Instructions
Lists the consumers (API clients) registered in Kong.
USE WHEN: you need to find the right consumer name before calling get_consumer, or to confirm whether a client the user named exists at all. A client that is not registered as a consumer cannot authenticate, which is a different problem from a missing credential.
RETURNS: items with ref, username and customId, plus a page object.
LIMITATIONS: no credentials and no group membership -- call get_consumer for one consumer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum items to return (1-100, default 25). Prefer a small value and narrow the query instead of paging through everything. | |
| cursor | No | Opaque cursor from a previous result's `nextCursor`. Omit for the first page. Only use a cursor this tool returned -- cursors cannot be constructed. |