Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

The user invites.

id
string

Unique identifier for the invite.

account_id
string

Identifier for the associated account.

invited_by
string

Identifier for the user who sent the invite.

roles
string[]

List of roles assigned to the invitee.

workspace_ids
string[]

List of workspace identifiers associated with the invite.

token
string

Token used for accepting the invite.

email
string

Email address of the invitee.

expires_at
string<date-time>

Expiration date and time of the invite.

sent_at
string<date-time>

Date and time when the invite was sent.

accepted_at
string<date-time>

Date and time when the invite was accepted.

rejected_at
string<date-time>

Date and time when the invite was rejected.

invited_by_user
object

User who sent the invite.

account
object

Associated account.