i am trying to perform a lookup based on employee email to get the details.is there anyway to query an employee based on his email via restApi in acumatica
Solved
is there anyway to query an employee based on his email via restApi in acumatica
Best answer by Fernando Amadoz
Try the following GET Request
http://[Instance]/entity/Default/20.200.001/Employee?$expand=ContactInfo&$filter=ContactInfo/Email eq 'jbecher@revisiontwo.com'
Keep in mind that the system does not restrict the definition of the same email account in multiple Employees, which may lead you to a multiplicity of records in the response
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.