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":"cc590b92-4d9a-44fa-9481-c8cb53869841","employee_account_uuid":"641d4c44-5cce-4e54-bd2f-402997995fbc"}'
Request examples
{
"client_account_uuid": "cc590b92-4d9a-44fa-9481-c8cb53869841",
"employee_account_uuid": "641d4c44-5cce-4e54-bd2f-402997995fbc"
}
Response examples (401)
{
"message": "Unauthenticated."
}