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

# POST /auth/login

`POST /auth/login`

Login to the system

## Request body

- object
  - `email` string, required
  - `password` string, required

## Response `200`

User is loggedin

- User
  - `_id` string
  - `email` string, required
  - `fullname` string, required
  - `createdAt` string
  - `roles` string[]

---

[API](https://skmtc.dev/linnovate/apis/mean-application-api.md) · [All operations](https://skmtc.dev/linnovate/apis/mean-application-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/linnovate/mean-application-api/revisions/0b62a53ff543/schema)
