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 this team
emailstringRequired
The email to sign in with.
callback_urlstringRequired

The base callback URL to construct a verification link for the verification e-mail. A query argument code with the verification code will be appended to it. The page should then make a request to the /contact-channels/verify endpoint.

Response

This endpoint returns an object.
successboolean
Always equal to true.