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":"78888151-662a-4ed0-9638-002939b5028c","employee_account_uuid":"fdeab832-89de-45c7-85f1-4dedca8a6a7b"}'
Request examples
{
"client_account_uuid": "78888151-662a-4ed0-9638-002939b5028c",
"employee_account_uuid": "fdeab832-89de-45c7-85f1-4dedca8a6a7b"
}
Response examples (401)
{
"message": "Unauthenticated."
}
Response examples (422)
{
"message": "The given data was invalid.",
"errors": {
"field": [
"The field is invalid."
]
}
}