Send an email to invite a user to a team
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_id
The unique identifier of the team
email
The email of the user to invite.
callback_url
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
success
id