Create Be-IQ Risk Profile Invitation Run in API Explorer
Ask AI
POST
/api/v1/addons/be-iq/profiler/invite
curl \
--request POST 'https://api.plannrcrm.com/api/v1/addons/be-iq/profiler/invite' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"client_account_uuid":"846f8a3c-3b8e-41b9-84c2-924c5413ce23","employee_account_uuid":"dd121c1e-ef86-4d44-84ad-fe13ba7202cd"}'
Request examples
{
"client_account_uuid": "846f8a3c-3b8e-41b9-84c2-924c5413ce23",
"employee_account_uuid": "dd121c1e-ef86-4d44-84ad-fe13ba7202cd"
}
Response examples (401)
{
"message": "Unauthenticated."
}