v1

latestOpenAPI 3.1.0UNLICENSED2026-07-2613101.1 MB
People

Resend Invite Email

Resends an invite email to the specified person. The invite can be resent multiple times but can only be accepted once.

post/people/{personId}/invite

Path parameters

personIdstring uuid required

The ID of the person to work with.

Example:775596ae-2624-40af-a9dc-9756110a4a04

Query parameters

accountIdstring required

The ID of the account to work with.

Example:F50091

Request body

object required

Example request

{}

Response

OK

successboolean required

Indicates the outcome of the operation.

Example response

{
  "success": true
}