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":"b1b051f7-c6f6-4ced-83dc-48e12973161c","employee_account_uuid":"777f269e-8923-4bf5-853b-4fa0b67516a0"}'
Request examples
{
  "client_account_uuid": "b1b051f7-c6f6-4ced-83dc-48e12973161c",
  "employee_account_uuid": "777f269e-8923-4bf5-853b-4fa0b67516a0"
}
Response examples (401)
{
  "message": "Unauthenticated."
}