Skip to main content

Update a person

PATCH /v2/people/{personId}/invite

Request

Use this request to resend an invitation email to a specified person. An invite can be resent multiple times but can only be accepted once. The email will be Equals Money branded unless you are a whitelabel customer. For customisation options, please contact your account manager.
curl -i -X POST \
  'https://api.equalsmoney.com/v2/people/{personId}/invite?accountId=F50091' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Path parameters

personId
string
required
The ID of the person that you want to update.Allowable values: An existing personId (≤ 36 characters)

Query parameters

accountId
string
required
The ID of the account to work with.Allowable values: An existing accountId

Response

If your request is successful, you’ll receive a 200 response.
{
  "success": true
}
For more detailed information about this request and its response, see the API reference.