Kong · Capability
Konnect API - Go SDK — Consumers
Konnect API - Go SDK — Consumers. 9 operations. Lead operation: List all Consumers. Self-contained Naftiko capability covering one Kong business surface.
What You Can Do
GET
Listconsumer
— List all Consumers
/v1/v2/control-planes/{controlplaneid}/core-entities/consumers
POST
Createconsumer
— Create a new Consumer
/v1/v2/control-planes/{controlplaneid}/core-entities/consumers
DELETE
Deleteconsumer
— Delete a Consumer
/v1/v2/control-planes/{controlplaneid}/core-entities/consumers/{consumerid}
GET
Getconsumer
— Get a Consumer
/v1/v2/control-planes/{controlplaneid}/core-entities/consumers/{consumerid}
PUT
Upsertconsumer
— Upsert a Consumer
/v1/v2/control-planes/{controlplaneid}/core-entities/consumers/{consumerid}
DELETE
Removeconsumerfromallconsumergroups
— Remove consumer from all consumer groups
/v1/v2/control-planes/{controlplaneid}/core-entities/consumers/{consumerid}/consumer-groups
GET
Listconsumergroupsforconsumer
— List all Consumer Groups a Consumer belongs to
/v1/v2/control-planes/{controlplaneid}/core-entities/consumers/{consumerid}/consumer-groups
POST
Addconsumertospecificconsumergroup
— Add consumer to a specific consumer group
/v1/v2/control-planes/{controlplaneid}/core-entities/consumers/{consumerid}/consumer-groups
DELETE
Removeconsumerfromconsumergroup
— Remove consumer from consumer group
/v1/v2/control-planes/{controlplaneid}/core-entities/consumers/{consumerid}/consumer-groups/{consumergroupid}
MCP Tools
list-all-consumers
List all Consumers
read-only
idempotent
create-new-consumer
Create a new Consumer
delete-consumer
Delete a Consumer
idempotent
get-consumer
Get a Consumer
read-only
idempotent
upsert-consumer
Upsert a Consumer
idempotent
remove-consumer-all-consumer-groups
Remove consumer from all consumer groups
idempotent
list-all-consumer-groups-consumer
List all Consumer Groups a Consumer belongs to
read-only
idempotent
add-consumer-specific-consumer-group
Add consumer to a specific consumer group
remove-consumer-consumer-group
Remove consumer from consumer group
idempotent