---
title: "POST /consumers/{groupid}"
method: POST
path: "/consumers/{groupid}"
tags: ["Consumers"]
---

# POST /consumers/{groupid}

`POST /consumers/{groupid}`

Creates a consumer instance in the given consumer group. You can optionally specify a consumer name and supported configuration options. It resturns a base URI used to construct URIs for subsequent requests against this consumer instance.

## Response `200`

Consumer created successfully.

## Other responses

- `409` — A consumer instance with the specified name already exists in the Kafka Bridge.
- `422` — One or more consumer configuration options have invalid values.

## Changes

- **2019-05-27** `574cafef42d9` — 1 breaking, 4 info
  - added required request body
  - api tag `Consumers` added
  - added the media type `application/vnd.kafka.v2+json` for the response with the status `200`
  - added the non-success response with the status `409`
  - …1 more
- **2019-05-21** `c10758b73ea6` — 2 breaking, 3 info
  - removed the request body
  - removed the media type `application/vnd.kafka.v2+json` for the response with the status `200`
  - api tag `Consumers` removed
  - removed the non-success response with the status `409`
  - …1 more

[Change history](https://skmtc.dev/strimzi/apis/http-bridge-api-reference/changes/consumers/:groupid/post.md)

---

[API](https://skmtc.dev/strimzi/apis/http-bridge-api-reference.md) · [All operations](https://skmtc.dev/strimzi/apis/http-bridge-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/strimzi/http-bridge-api-reference/revisions/574cafef42d9/schema)
