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": []
}
}Changes
Changed in 1 of the 43 revisions of this API.1
- ○
added the non-success response with the status
412response-non-success-status-added
- ○
Of the 43 revisions, 2 have no diff computed.