Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the teamspace
The ID of the invite
Response
200 - application/json
Invite for the user in the teamspace
Represents a invite for a user in a teamspace
The ID of the invite. Only present if the invite is pending.
The email address of the user invited
Represents the permissions assigned to a user in a teamspace
Whether the user has accepted the invite
Available options:
pending
, accepted
The date and time the user accepted the invite. Only present if the invite is accepted.