Skip to main content
POST
Create database user
Creates a database user with a password and an ACL.
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.

Query parameters

string
required
Subscription that owns the instance.

Body

string
required
Username for the new database user.
string
required
Password for the new database user.
string
required
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.