---
title: "Register User"
method: POST
path: "/user_auth/register"
---

# Register User

`POST /user_auth/register`

Lets the org’s InStore customers to register on their web page or mobile app. You need to use only the mobile number/email ID that is registered on InStore.

## Request body

- object
  - `mobile` string, required — Specify a valid mobile number of the user that is already registered with your org (in any source).
  - `email` string, required — A valid email id of the user that is registered with your org (in any source).
  - `password` string, required — Password of the user account as a MD5 hash format.

## Response `200`

200

## Other responses

- `400` — 400

---

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