Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the teamspace
Body
application/json
Response
201 - application/json
User invited successfully
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.