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":"ac5a9238-da82-425b-9d98-061ce08b195b","employee_account_uuid":"110f8953-e3c0-42f2-ad2d-58b9bd797a15"}'
Request examples
{
  "client_account_uuid": "ac5a9238-da82-425b-9d98-061ce08b195b",
  "employee_account_uuid": "110f8953-e3c0-42f2-ad2d-58b9bd797a15"
}
Response examples (401)
{
  "message": "Unauthenticated."
}