Sends a client portal invitation email to the client’s primary contact email address. No request body is needed.
POST
/
clients
/
{id}
/
invite
Invite Client by Email
curl --request POST \ --url https://api.roostedhr.com/api/1_12/clients/{id}/invite \ --header 'X-API-KEY: <api-key>'
true
No request body is needed. The invitation is sent to the client’s existing client_contact_email address. Make sure this field is set before calling this endpoint.