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":"ba435bd3-01f3-4b55-bef9-fcd3d9fa48b8","employee_account_uuid":"c9b49f6b-c8b4-4cff-b5ce-1cab3cc96b5e"}'
Request examples
{
  "client_account_uuid": "ba435bd3-01f3-4b55-bef9-fcd3d9fa48b8",
  "employee_account_uuid": "c9b49f6b-c8b4-4cff-b5ce-1cab3cc96b5e"
}
Response examples (401)
{
  "message": "Unauthenticated."
}