Discussions
"The email format is invalid." error with /company/employees
about 1 year ago by Bastian Rang
Hi,
i get 422 status errors with message "The email format is invalid." if the email parameter is not the last one:
GET /v1/company/employees?email=bastian.rang%40example.com&limit=10&offset=0
results in the mentioned error, while
GET /v1/company/employees?limit=10&offset=0&email=bastian.rang%40example.com
gives me the expected results.
can you have a look into this?
Kind regards,
Bastian