# Register new user **POST /auth/register** Allow a user to register himself to the service. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Body: application/json (object) - **email** (string(email)) User email address - **password** (string(password)) User password - **password_2** (string(password)) Password confirmation - **first_name** (string) User first name - **last_name** (string) User last name ## Responses ### 201 Registration successful ### 400 Invalid password or email [Powered by Bump.sh](https://bump.sh)