# Register **POST /v1/auth/register** Create new user ## Servers - Development Server: https://api-dev.classmanager.io (Development Server) - Localhost: https://localhost (Localhost) - Local (Valet): https://classmanager.test (Local (Valet)) - Staging Server: https://api-stage.classmanager.io (Staging Server) - Production Server: https://api.classmanager.io (Production Server) ## Parameters ### Body: application/json (object) User existence checker request body - **firstname** (string | null) firstname - **lastname** (string | null) lastname - **email** (string) email - **password** (string) password ## Responses ### 200 successful operation #### Body: application/json (object) - **user** (object) User schema - **token** (string) Access Token [Powered by Bump.sh](https://bump.sh)