GET
/
v2
/
databases
/
{database}
/
tenants
/
{tenantId}
/
invites
[
  {
    "id": "bd371f92-03e1-4862-9f6b-6d96d392ff18",
    "tenant_id": "019731dc-2462-7615-8dc3-c9fd85e61966",
    "token": "0007afb8bf432f8729491e1af35f03d111eb9a8105c0e9c3eebd8ca31585aed3",
    "identifier": "joseph@thenile.dev",
    "roles": null,
    "created_by": "019731dc-2440-7fd2-88b6-b233cc0e2695",
    "expires": "2025-06-02T22:16:40.535Z"
  }
]

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

Response

200
application/json

List of pending invites

The response is of type object[].