The endpoint retrieves the credentials of a specific user of the Kafka cluster. It includes relevant access certificates and a key found within the metadata.
GET /clusters/{clusterId}/users/{userId}/access
The GET /clusters/{clusterId}/users/{userId}/access
endpoint retrieves the credentials necessary to configure access to your Kafka cluster. The credentials belong to the Kafka administrator user, giving administrators access to the Kafka cluster. The response includes detailed metadata about the access credentials of the admin user, including creation and modification timestamps, ownership information, and current operational state. Access credentials including certificate authority, private key, and certificate are provided to facilitate secure communication with the Kafka cluster. Use this endpoint to manage and obtain detailed information about Kafka admin user credentials within your Kafka infrastructure.
Path Parameters | Required | Type | Description |
---|---|---|---|
clusterId
Yes
string
The UUID of the Kafka cluster used to retrieve user data.
Example: /clusters/e69b22a5-8fee-56b1-b6fb-4a07e4205ead/users
userId
Yes
string
The UUID of the user whose credentials and metadata are to be retrieved, in this case the admin user of Kafka cluster.
Example: d11db12c-2625-5664-afd4-a3599731b5af