Skip to content
Streamkap
Esc
↑↓navigate↵open⌘Jpreview

Update Kafka User

PUT/kafka-access/kafka-users/{username}
Authorization
AuthorizationBearer token · headerrequired
Path parameters
usernamestringrequired
Request body
requiredapplication/json
whitelist_ipsstring | null
Show properties
Any of:
string
string
null
null
kafka_aclsKafkaAclModel[]
default: []
Show properties
Array of KafkaAclModel
topic_namestringrequired
operationstringrequired
resource_pattern_typestringrequired
resourcestring
default: "TOPIC"
passwordstring | null
Show properties
Any of:
string
string
null
null
is_create_schema_registryboolean | null
Show properties
Any of:
boolean
boolean
null
null
Responses
200

Successful Response

any
422

Validation Error

detailValidationError[]
Show properties
Array of ValidationError
locstring | integer[]required
Show properties
Array of string | integer
Any of:
string
string
integer
integer
msgstringrequired
typestringrequired
inputany
ctxobject
Request
curl -X PUT 'https://api.streamkap.com/kafka-access/kafka-users/string' \
  -H 'Authorization: Bearer YOUR_TOKEN' \
  -H 'Content-Type: application/json' \
  -d '{
  "whitelist_ips": "string",
  "kafka_acls": [],
  "password": "stringstring",
  "is_create_schema_registry": true
}'
Response
Successful Response