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":"022a3425-4135-4a50-9803-9d332debb85a","employee_account_uuid":"f69269bb-9fea-4d85-a30c-7ac6937a1305"}'
Request examples
{
"client_account_uuid": "022a3425-4135-4a50-9803-9d332debb85a",
"employee_account_uuid": "f69269bb-9fea-4d85-a30c-7ac6937a1305"
}
Response examples (401)
{
"message": "Unauthenticated."
}