Retrieve a list of bundle users currently enabled in the given cluster.
Successfully returned a JSON list of bundle users
Bad Request
Not Authorized
Missing permissions
Resource not found
Unsupported media type: returned when the payload is in an unsupported format.
Too many requests: returned when more than 35 requests per second are being received by your user.
Service Unavailable
Gateway Timeout
[- "ickafka"
]Add a new bundle user to the given cluster with read write access to all topics
Bundle user successfully created
Bad Request
Not Authorized
Missing permissions
Resource not found
Unsupported media type: returned when the payload is in an unsupported format.
Too many requests: returned when more than 35 requests per second are being received by your user.
Service Unavailable
Gateway Timeout
{- "username": "yourUserName",
- "password": "yourPassword",
- "options": {- "override-existing-user": true,
- "sasl-scram-mechanism": "SCRAM-SHA-512"
 },
- "initial-permissions": "standard"
}{- "message": "User test1 created."
}Delete bundle user for a given username
Bundle user successfully deleted
Bad Request
Not Authorized
Missing permissions
Resource not found
Unsupported media type: returned when the payload is in an unsupported format.
Too many requests: returned when more than 35 requests per second are being received by your user.
Service Unavailable
Gateway Timeout
{- "username": "yourUserName"
}{- "message": "User test1 has been deleted."
}Reset bundle user password for a given username
| username required | string  [ 1 .. 255 ] characters  | ||||||
| password required | string  [ 8 .. 2147483647 ] characters  Password to apply | ||||||
| options | object A collection of optional bundle-specific user options - the options available to be set differ depending on the bundle type. 
 | 
Password successfully reset
Bad Request
Not Authorized
Missing permissions
Resource not found
Unsupported media type: returned when the payload is in an unsupported format.
Too many requests: returned when more than 35 requests per second are being received by your user.
Service Unavailable
Gateway Timeout
{- "username": "yourUserName",
- "password": "yourNewPassword",
- "options": {- "sasl-scram-mechanism": "SCRAM-SHA-512"
 }
}{- "message": "Updated password for user test1."
}