Skip to main content
POST
Create Invitation

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-API-Key
string | null

Cookies

blindsight_session
string | null

Body

application/json
email
string<email>
required
name
string | null
roles
string[] | null
expires_hours
integer | null

Response

Successful Response

id
string
required
email
string
required
name
string | null
roles
string[]
invited_by
integer | null
expires_at
string<date-time> | null
accepted_at
string<date-time> | null
created_at
string<date-time> | null