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":"a24afaec-8482-4e5f-824a-083fbe13c944","employee_account_uuid":"7806865b-afeb-40d5-abff-87cf3adbd35b"}'
Request examples
{
"client_account_uuid": "a24afaec-8482-4e5f-824a-083fbe13c944",
"employee_account_uuid": "7806865b-afeb-40d5-abff-87cf3adbd35b"
}
Response examples (401)
{
"message": "Unauthenticated."
}