---
title: "POST /api/noauth/signup"
method: POST
path: "/api/noauth/signup"
tags: ["sign-up-controller"]
---

# POST /api/noauth/signup

`POST /api/noauth/signup`

## Request body

- SignUpRequest
  - `firstName` string — First Name
  - `lastName` string — Last Name
  - `email` string — Email will be used for new user to login
  - `password` string — New User Password
  - `recaptchaResponse` string — Response from reCAPTCHA validation
  - `pkgName` string — For mobile apps only. Mobile app package name
  - `appSecret` string — For mobile apps only. Mobile app secret

## Response `200`

OK

- 'SUCCESS' | 'INACTIVE_USER_EXISTS'

---

[API](https://skmtc.net/thingsboard/apis/thingsboard-rest-api.md) · [All operations](https://skmtc.net/thingsboard/apis/thingsboard-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/thingsboard/thingsboard-rest-api/revisions/40169ccdec5c/schema)
