POST
/
v2
/
databases
/
{database}
/
tenants
/
{tenantId}
/
invite
{
  "status": "success",
  "message": "Invite email sent"
}

Authorizations

nile-auth.session-token
string
cookie
required

Session token stored in a cookie after user signs in, prefixed with __Secure if on https

Path Parameters

database
string
required
tenantId
string
required

Body

multipart/form-data

Response

200
application/json

Invite sent successfully

The response is of type object.