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
| Parameter | Type | Description | Required |
|---|---|---|---|
| contact_uuid | string | The UUID of the contact to invite | Yes |
Response
A successful response will return a 200 OK status code and a JSON object containing a success message.
{
"message": "Invitation sent successfully."
}