# Sign up a new user **POST /alpha/signup/{name}/** ## Servers - Localhost on the default port: http://localhost:8080 (Localhost on the default port) ## Parameters ### Body: application/json (object) - **school_id** (string) The school ID of the user - **grade** (integer) The grade of the user - **year** (integer) The year that the user graduates ## Responses ### 200 User signed up successfully #### Body: application/json (object) - **creation_date** (string) user creation date in UNIX milliseconds ### 500 Internal server error #### Body: application/json (object) - **message** (string) ### 409 User already exists #### Body: application/json (object) - **message** (string) ### 400 Bad request (e.g., invalid name provided) #### Body: application/json (object) - **message** (string) ### 403 auth header is missing or invalid #### Body: application/json (object) - **message** (string) ### 401 auth header is missing or invalid #### Body: application/json (object) - **message** (string) [Powered by Bump.sh](https://bump.sh)