# Register Student User **POST /api/v1/register/student** Register a new student with academic information including institute, department, cohort, and course assignments. Creates both user account and student academic profile. ## Servers - Local server: http://localhost:3500 (Local server) - Production server: https://api.echoplain.social (Production server) ## Parameters ### Body: application/json (object) Student registration information with academic details - **firstname** (string) - **lastname** (string) - **email** (string) - **role** (string) - **phone** (string) - **password** (string) - **instituteid** (string) - **Registration_number** (string) - **cohortId** (string) - **departmentId** (string) - **courseId** (string) ## Responses ### 201 Student registered successfully with academic profile #### Body: application/json (object) - **message** (string) - **user** (object) ### 400 Invalid student registration data or missing academic information ### 500 Error during student registration or academic profile creation [Powered by Bump.sh](https://bump.sh)