v4

latestOpenAPI 3.0.22026-08-02109239415.7 KB
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

invite_idstring required

Base64 URL-safe encoded ID of the invite to resend

Example request

{
  "invite_id": "invite_id"
}

Response

Result of resending the invite

successboolean required

Whether the operation was successful for this member

messagestring

A message describing the outcome of the operation for this member

Example response

{
  "success": true,
  "message": "message"
}