Teams
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.
post/team-invitations/send-code
Request body
Example request
{
"team_id": "ad962777-8244-496a-b6a2-e0c6a449c79e",
"email": "johndoe@example.com",
"callback_url": "https://example.com/handler/team-invitation"
}Response
Successful response