Skip to main content
POST
/
people
/
{personId}
/
invite
Resend Invite Email
curl --request POST \
  --url https://api.equalsmoney.com/v2/people/{personId}/invite \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Path Parameters

personId
string<uuid>
required

The ID of the person to work with.

Maximum string length: 36
Example:

"775596ae-2624-40af-a9dc-9756110a4a04"

Query Parameters

accountId
string
required

The ID of the account to work with.

Example:

"F50091"

Body

application/json

Body

The body is of type object.

Response

200 - application/json

OK

success
boolean
required

Indicates the outcome of the operation.

Example:

true