---
title: "Get consumer by ID"
method: GET
path: "/v1/kong-admin/consumers/{consumerId}"
tags: ["Kong Admin Controller"]
---

# Get consumer by ID

`GET /v1/kong-admin/consumers/{consumerId}`

Retrieves a specific consumer by its ID

## Path parameters

- `consumerId` string, required

## Response `200`

Consumer retrieved successfully

- Consumer
  - `id` string
  - `username` string
  - `tags` string[]
  - `created_at` integer
  - `custom_id` string

## Other responses

- `404` — Consumer not found
- `500` — Internal server error

---

[API](https://skmtc.dev/floik/apis/floik-authentication-server.md) · [All operations](https://skmtc.dev/floik/apis/floik-authentication-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/floik/floik-authentication-server/revisions/2b2a5dad2f5e/schema)
