PUT
/v1/security/users/{user}
curl \
--request PUT 'http://localhost:9644/v1/security/users/{user}' \
--header "Content-Type: application/json" \
--data '{"algorithm":"SCRAM-SHA-256","password":"string"}'
Request examples
{
"algorithm": "SCRAM-SHA-256",
"password": "string"
}