v11
latestOpenAPI 3.1.12026-08-03174162.0 MBTeam 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": []
}
}