/
RE
redpanda-data
/
Redpanda Cloud Data Plane API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 3w ago
Details
Filter operations
Cloud Storage
7
Kafka Connect
15
Monitoring
1
Quotas
5
Redpanda ACLs
3
Redpanda Connect Pipelines
12
Redpanda Users
4
get
List users
post
Create user
delete
Delete user
put
Update user
Remote MCP
9
Secrets
12
Security
6
Shadow Links (Data Plane)
5
Topics
10
Wasm Transforms
4
Redpanda Users
Create user
Create a new user.
post
/v1/users
Request body
CreateUserRequestUser
required
mechanism
'SASL_MECHANISM_SCRAM_SHA_256'
|
'SASL_MECHANISM_SCRAM_SHA_512'
SASL mechanism to use for authentication.
name
string
Username.
password
string
Password.
Response
User created
CreateUserRequestUser
required
mechanism
'SASL_MECHANISM_SCRAM_SHA_256'
|
'SASL_MECHANISM_SCRAM_SHA_512'
SASL mechanism to use for authentication.
name
string
Username.
password
string
Password.
Changes