Skip to main content
Solved

is there anyway to query an employee based on his email via restApi in acumatica

  • September 28, 2022
  • 2 replies
  • 99 views

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

Best answer by Fernando Amadoz

@farhanshaik 

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

View original
Did this topic help you find an answer to your question?

2 replies

Fernando Amadoz
Jr Varsity I
Forum|alt.badge.img+2

@farhanshaik 

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


  • Author
  • Freshman II
  • 6 replies
  • September 30, 2022

Thanks for replying back @Fernando Amadoz ,it did worked for me


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings