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

# POST /api/auth/login

`POST /api/auth/login`

## Request body

- LoginJsonRequest
  - `identifier` string, required — Username or email address
  - `password` string, required

## Response `200`

Login successful

- MeResponse
  - `admin` boolean, required
  - `id` string, uuid, required
  - `username` string, required

## Other responses

- `400` — Empty identifier or password
- `401` — Invalid credentials or SSO account
- `403` — Account disabled
- `409` — Already logged in

---

[API](https://skmtc.dev/mari/apis/gitarena.md) · [All operations](https://skmtc.dev/mari/apis/gitarena/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mari/gitarena/revisions/b3640d5600df/schema)
