---
title: "Authenticate user"
method: POST
path: "/authenticate"
tags: ["authenticate"]
---

# Authenticate user

`POST /authenticate`

Authenticate a user with username and password.

## Request body

- object — Credentials of person who interacts with the Refocus system.
  - `username` string, required — The User name provided by the user during registeration
  - `password` string, password, required — The user's password.

## Response `200`

Authenticated the user.

- AuthenticationResponse — Authentication success response.
  - `Success` boolean
  - `message` string — Authentication success message.

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `default` — Error

---

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