---
title: "POST /api/Authentication/RegisterUser"
method: POST
path: "/api/Authentication/RegisterUser"
tags: ["Authentication"]
---

# POST /api/Authentication/RegisterUser

`POST /api/Authentication/RegisterUser`

## Request body

- UserRegisterVm
  - `firstname` string, nullable
  - `lastname` string, nullable
  - `email` string, nullable
  - `password` string, nullable
  - `confirmPassword` string, nullable
  - `phoneNumber` string, nullable
  - `instagramId` string, nullable
  - `whatsappNumber` string, nullable

## Response `200`

OK

---

[API](https://skmtc.dev/be-hero1/apis/lms-apis.md) · [All operations](https://skmtc.dev/be-hero1/apis/lms-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/be-hero1/lms-apis/revisions/d60da1facbec/schema)
