Consumer Groups
Add consumer to consumer group
Add a consumer to a consumer group
post/{workspace}/consumer_groups/{ConsumerGroupId}/consumers
Path parameters
workspacestring required
Example:team-payments
The name of the workspace
Request body
Example request
{
"consumer": "cf4c7e60-11db-49dd-b300-7c7e5f0f7e6b"
}Response
Consumer added to group
Example response
{
"consumers": [
{
"custom_id": "4200",
"id": "8a388226-80e8-4027-a486-25e4f7db5d21",
"tags": [
"silver-tier"
],
"username": "bob-the-builder"
}
]
}Changes
Changed in 1 of the 11 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
Of the 11 revisions, 1 has no diff computed.