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

# Logs user into the system

`GET /users/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/packtpublishing/apis/swagger-store.md) · [All operations](https://skmtc.dev/packtpublishing/apis/swagger-store/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/packtpublishing/swagger-store/revisions/f94aceed91bc/schema)
