---
title: "finalize signup process"
method: POST
path: "/api/users/finalizesignup"
tags: ["AppUser"]
---

# finalize signup process

`POST /api/users/finalizesignup`

## Request body

- VerifiedSignUpViewModel — verified sign up view model
  - `email` string, nullable — Email
  - `secret` string, nullable — Secret
  - `password` string, nullable — password
  - `firstName` string, nullable — First Name
  - `surName` string, nullable — SurName
  - `phoneNumber` string, tel, nullable — User Mobile Phone Number

## Response `200`

OK

- boolean

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

[API](https://skmtc.net/ganjoor/apis/rmuseum-api.md) · [All operations](https://skmtc.net/ganjoor/apis/rmuseum-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ganjoor/rmuseum-api/versions/bb8e104d36d2/schema)
