Verdocs - Developer Documentation
ReferenceRest APIAPI DocumentationOrganization invitations

Send a reminder to a pending invitee

POST
/v2/organization-invitations/resend

Request Body

application/json

Body Parameters

TypeScript Definitions

Use the request body type in TypeScript.

email*string

The recipient to send the reminder to

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://api.verdocs.com/v2/organization-invitations/resend" \  -H "Content-Type: application/json" \  -d '{    "email": "string"  }'
{}
{
  "status": "ERROR",
  "error": "string"
}
{
  "status": "ERROR",
  "error": "string"
}
{
  "status": "ERROR",
  "error": "string"
}
{
  "status": "ERROR",
  "error": "string"
}