latestOpenAPI 3.1.12026-08-15174162.0 MB
d3872e51471b
Team Invites
Create a team invitation
Invite a user to join a team by email. Team key can be ID or slug. Creates a pending invitation with a secure token that expires in 7 days. The invited user will receive an email with an acceptance link.
post/teams/{key}/invites
Path parameters
keystring required
Team identifier (ID or slug)
Request body
Response
OK
Example response
{
"invite": {
"permissions": []
}
}