Python
Teamspace Invites
Invite user to a teamspace
Invite a user to join the teamspace. This will send an invitation email. If the user already exists, the invite will be automatically accepted.
POST
Python
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
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.