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":"0cac5d2b-ac60-4aca-96ce-2d02d1daaa0f","employee_account_uuid":"19e117e6-510e-48a2-adb9-a5d71943b28c"}'
Request examples
{
"client_account_uuid": "0cac5d2b-ac60-4aca-96ce-2d02d1daaa0f",
"employee_account_uuid": "19e117e6-510e-48a2-adb9-a5d71943b28c"
}
Response examples (401)
{
"message": "Unauthenticated."
}