# Create a new user **POST /users** Add a new user with the provided details. ## Servers - http://api.example.com: http://api.example.com () ## Parameters ### Body: application/json (object) - **userID** (integer) - **firstName** (string) - **lastName** (string) - **streetAddress** (string) - **route** (string) - **city** (string) - **state** (string) - **postalCode** (string) - **contactNumber** (string) - **email** (string(email)) - **role** (string) - **companyID** (integer) - **isAdmin** (boolean) - **statusId** (integer) ## Responses ### 201 User created successfully ### 500 Error occurred while creating user [Powered by Bump.sh](https://bump.sh)