OpenAPI 3.1.12026-08-13174162.0 MB
b4e9d937d732
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": []
}
}