# Employee

## Employee APIs

APIs available from Employee Information System for employee services to -&#x20;

* create statewide standardized database of the employee to streamline processes related to personnel management
* increase transparency for higher management for efficient resource planning
* integrate with rainmaker modules for security, authentication and workflow handling
* establish KPIs for employees and generate reports

{% openapi src="<https://raw.githubusercontent.com/egovernments/DIGIT-Specs/master/Common%20Services/human-resource-management-system.yaml>" path="/employees/\_search" method="post" %}
<https://raw.githubusercontent.com/egovernments/DIGIT-Specs/master/Common%20Services/human-resource-management-system.yaml>
{% endopenapi %}

{% openapi src="<https://raw.githubusercontent.com/egovernments/DIGIT-Specs/master/Common%20Services/human-resource-management-system.yaml>" path="/employees/\_create" method="post" %}
<https://raw.githubusercontent.com/egovernments/DIGIT-Specs/master/Common%20Services/human-resource-management-system.yaml>
{% endopenapi %}

{% openapi src="<https://raw.githubusercontent.com/egovernments/DIGIT-Specs/master/Common%20Services/human-resource-management-system.yaml>" path="/employees/\_update" method="post" %}
<https://raw.githubusercontent.com/egovernments/DIGIT-Specs/master/Common%20Services/human-resource-management-system.yaml>
{% endopenapi %}

{% openapi src="<https://raw.githubusercontent.com/egovernments/DIGIT-Specs/master/Common%20Services/human-resource-management-system.yaml>" path="/employees/\_count" method="post" %}
<https://raw.githubusercontent.com/egovernments/DIGIT-Specs/master/Common%20Services/human-resource-management-system.yaml>
{% endopenapi %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://specs.digit.org/common-service-specs/employee.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
