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": "d5e271d0-00b1-4f42-b609-9d4aacffffa2",
"employee_account_uuid": "6e384451-65d6-4d01-827f-0700aafcc752"
}'
Request examples
{
"client_account_uuid": "d5e271d0-00b1-4f42-b609-9d4aacffffa2",
"employee_account_uuid": "6e384451-65d6-4d01-827f-0700aafcc752"
}
Response examples (401)
{
"message": "Unauthenticated."
}
Response examples (422)
{
"message": "The given data was invalid.",
"errors": {
"field": [
"The field is invalid."
]
}
}