---
title: "Logs user into the system"
method: GET
path: "/user/login"
tags: ["user"]
---

# Logs user into the system

`GET /user/login`

## Query parameters

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

## Response `200`

successful operation

- string

## Other responses

- `400` — Invalid username/password supplied

---

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