improved

📘 Documentation update: Search employees

The documentation for the /search endpoints that return employee data were enhanced to better describe the fields being returned and how to process the response.

Relevant Endpoints:

What’s new?

  • Enhanced documentation for request parameters and response formats.
  • Added examples for the employee response schema with two types of data:
    • Human-readable format (humanReadable="REPLACE")
    • Machine format (humanReadable="")
  • Improved explanation of request parameters.
  • Added a default value for the showInactive parameter, allowing the endpoint to be called without using “Request example”.