# Create a new employee **POST /employees** Adds a new employee to the system ## Servers - Development server: http://localhost:8080 (Development server) ## Parameters ### Body: application/json (object) - **name** (string) Employee name - **role** (string) Employee role ## Responses ### 201 OK #### Body: application/json (object) - **id** (integer(int64)) Unique identifier which should not be shared publicly - **name** (string) Employee name - **role** (string) Employee role ### 404 Not Found #### Body: application/json (string) string [Powered by Bump.sh](https://bump.sh)