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