Skip to main content

Invite Client Contact to Client Portal

Send an invite for a client contact to access the client portal.

Endpoint

POST /client-portal/client/{client_uuid}/contact/invite

Parameters

ParameterTypeDescriptionRequired
contact_uuidstringThe UUID of the contact to inviteYes

Response

A successful response will return a 200 OK status code and a JSON object containing a success message.

{
"message": "Invitation sent successfully."
}