Send an email to invite a user to a team

POST

The user receiving this email can join the team by clicking on the link in the email. If the user does not have an account yet, they will be prompted to create one.

Request

This endpoint expects an object.
team_idstringRequired

The unique identifier of the team

emailstringRequired

The email of the user to invite.

callback_urlstringRequired

The base callback URL to construct an invite link with. A query parameter code with the verification code will be appended to it. The page should then make a request to the /team-invitations/accept endpoint.

Response

Successful response

successboolean
idstring