---
title: "Authorize User"
method: POST
path: "/user_auth/authorize_user"
---

# Authorize User

`POST /user_auth/authorize_user`

Validates whether the provided user credentials are valid or not.

## 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

- object
  - `entity` boolean
  - `warnings` unknown[]
    - unknown

## 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)
