Skip to main content
GET
List pending invites for a tenant

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

List of pending invites

id
string<uuid>
tenant_id
string<uuid>
token
string

Hashed invite token

identifier
string<email>
roles
string[] | null
created_by
string<uuid>

ID of the user who sent the invite

expires
string<date-time>