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":"716e8091-a640-4ef9-bd12-8b76b3b77a06","employee_account_uuid":"955c9359-f31b-4c00-9241-e09b09a49276"}'
Request examples
{
"client_account_uuid": "716e8091-a640-4ef9-bd12-8b76b3b77a06",
"employee_account_uuid": "955c9359-f31b-4c00-9241-e09b09a49276"
}
Response examples (401)
{
"message": "Unauthenticated."
}
Response examples (422)
{
"message": "The given data was invalid.",
"errors": {
"field": [
"The field is invalid."
]
}
}