---
title: "logs user in and returns access, id, and refresh tokens"
method: POST
path: "/auth/login"
tags: ["auth"]
---

# logs user in and returns access, id, and refresh tokens

`POST /auth/login`

Logs user in and returns access, id, and refresh tokens.

## Request body

- object
  - `accessToken` string
  - `idToken` string
  - `refreshToken` string

## Response `200`

access, id, and refresh tokens

- Authorization
  - `accessToken` string — the access token
  - `idToken` string — the identification token
  - `refreshToken` string — the refresh token

---

[API](https://skmtc.net/ustaxcourt/apis/dev-ef-cms.md) · [All operations](https://skmtc.net/ustaxcourt/apis/dev-ef-cms/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ustaxcourt/dev-ef-cms/revisions/d53330c6d43f/schema)
