List all Kafka Users
This endpoint allows you to retrieve all users associated with a specified Kafka cluster, supporting pagination and optional filters.
Endpoint
GET /clusters/{clusterId}/users
The GET /clusters/{clusterId}/users
endpoint retrieves a collection of users associated with the Kafka cluster specified by the clusterId
. The response is a list of user objects containing one element, the admin user of the Kafka cluster. The Kafka cluster admin user has full administrative access and is created automatically when the cluster is created. The user object contains metadata such as creation and modification details, ownership information, and current operational state. Use this endpoint to manage and monitor users efficiently within your Kafka cluster.
Parameters
Path Parameters | Required | Type | Description |
---|---|---|---|
| Yes | string | The UUID of the Kafka cluster from which to retrieve users.
Example: |
Response
Last updated