Skip to main content
GET
List database users
Returns every database user on the instance with its 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.

Response

object[]
The database users.
200 OK

Errors

Returns 401 Unauthorized when the bearer token is missing or expired.