/
RE
redpanda-data
/
Redpanda Cloud Data Plane API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 15m ago · Updated 3w ago
Details
Filter operations
Cloud Storage
7
Kafka Connect
15
Quotas
5
Redpanda ACLs
3
Redpanda Connect Pipeline
11
Redpanda Users
4
get
List Users
post
Create User
delete
Delete User
put
Update User
Secrets
11
Security
6
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