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

# POST /auth

`POST /auth`

Returns a JWT Token and UUID attached to user

## Request body

- UserLogin
  - `password` string, required
  - `username` string, required

## Changes

- **2020-01-30** `74c42b4c88d5` — 1 info
  - api operation id `userlogin` removed and replaced with `userLogin`
- **2020-01-29** `0afee0047c89` — 2 warning
  - deleted the `query` request parameter `password`
  - deleted the `query` request parameter `username`
- **2020-01-12** `52987c8da72a` — 3 breaking, 2 info
  - added the new required `query` request parameter `password`
  - added the new required `query` request parameter `username`
  - removed the success response with the status `201`
  - api operation id `userLoginUser` removed and replaced with `userlogin`
  - …1 more

[Change history](https://skmtc.dev/sipcapture/apis/homer-app/changes/auth/post.md)

---

[API](https://skmtc.dev/sipcapture/apis/homer-app.md) · [All operations](https://skmtc.dev/sipcapture/apis/homer-app/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sipcapture/homer-app/revisions/1a8a1ee5166b/schema)
