v4
latestOpenAPI 3.0.22026-08-02109239415.7 KBmanage
Resend a pending invite for an organization
post/manage/api/organization/resend_invite
Query parameters
organization_idstring required
Base64 encoded organization ID the invite belongs to
Request body
Example request
{
"invite_id": "invite_id"
}Response
Result of resending the invite
Example response
{
"success": true,
"message": "message"
}