v11

latestOpenAPI 3.1.12026-08-03174162.0 MB
Team Invites

Resend invitation email

Resend the invitation email with a new token and extended expiry. Team key can be ID or slug. Useful when the original invitation has expired or was not received.

post/teams/{key}/invites/{inviteId}/resend

Path parameters

keystring required

Team identifier (ID or slug)

inviteIdstring required

Team invite ID to retrieve

Response

OK

Example response

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