application/json

Body

  • client_account_uuid string(uuid) Required

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

  • employee_account_uuid string(uuid) 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":"b4d7fb86-9c5d-4e76-a71e-2be44bfea7da","employee_account_uuid":"114622ee-18bb-42cf-8daf-190b343c09b9"}'
Request examples
{
  "client_account_uuid": "b4d7fb86-9c5d-4e76-a71e-2be44bfea7da",
  "employee_account_uuid": "114622ee-18bb-42cf-8daf-190b343c09b9"
}
Response examples (401)
{
  "message": "Unauthenticated."
}