Create Be-IQ Risk Profile Invitation

POST /api/v1/addons/be-iq/profiler/invite
application/json

Body Required

  • client_account_uuid string Required

    The client which you would like to send an invitation to.

  • employee_account_uuid string Required

    The employee to associate the client to in Be-IQ. This is only required for the first invitation sent.

Responses

  • 401 application/json
    Hide response attribute Show response attribute object
    • message string
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":"a85578d5-bc06-46f9-a7fc-ad33e0d64e96","employee_account_uuid":"882ec449-c838-4983-b07a-4d36039d79db"}'
Request examples
{
  "client_account_uuid": "a85578d5-bc06-46f9-a7fc-ad33e0d64e96",
  "employee_account_uuid": "882ec449-c838-4983-b07a-4d36039d79db"
}
Response examples (401)
{
  "message": "Unauthenticated."
}