v11

latestOpenAPI 3.1.12026-08-03174162.0 MB
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

emailstring email required

Email address of the user to invite

roleIdsstring[] required

Role IDs to grant to the invited user.

Response

OK

Example response

{
  "invite": {
    "permissions": []
  }
}