Skip to main content
POST
Invite user
Invites a user to a subscription with the role you specify. Only the subscription owner (root role) can invite users. If the invitee does not have a FalkorDB Cloud account yet, they receive an invitation email.

Authorization

Session cookie set by Sign in: omnistrate_token=<jwt>.

Path parameters

string
required
The subscription ID, for example sub-abc123.

Body

string
required
Email address of the user to invite.
string
required
Role to grant. One of root, admin, editor, reader, service_editor, service_reader, or service_operator. Use lowercase values.
Request

Roles

Response

Returns 200 OK with an empty body.

Errors

See Error for the error response shape.