OpenAPI 3.0.22026-08-13115250435.7 KB
e7f5f98d7fdb
manage
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"
}