---
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 returns a base URI which must be used to construct URLs 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 HTTP Bridge.
- `422` — One or more consumer configuration options have invalid values.

---

[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/1cc83c2d9990/schema)
