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":"3135b492-b2cc-4b4c-9a2a-a1b982ad584b","employee_account_uuid":"370f2627-064b-4266-ad62-8bfa53e453b7"}'
Request examples
{
"client_account_uuid": "3135b492-b2cc-4b4c-9a2a-a1b982ad584b",
"employee_account_uuid": "370f2627-064b-4266-ad62-8bfa53e453b7"
}
Response examples (401)
{
"message": "Unauthenticated."
}