Skip to main content
PUT
Update database user
Updates a database user. Send only the fields you want to change; omitting password leaves the current password in place.
This endpoint uses the FalkorDB API host and bearer token authentication. See Database users overview.

Authorization

string
required
Bearer <jwt>, using the token issued by Sign in.

Path parameters

string
required
ID of the deployment instance.
string
required
Username of the database user to update.

Query parameters

string
required
Subscription that owns the instance.

Body

string
New password. Omit to keep the current password.
string
New ACL string. See ACL format.
Request

Response

string
Confirmation message.

Errors

Returns 401 Unauthorized when the bearer token is missing or expired, and 400 Bad Request when the ACL contains a command that is not allowed.