---
title: "Changes to User login"
method: POST
path: "/login"
---

# Changes to User login

`POST /login`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 4 of 50 revisions.

- **2023-01-17** `fa2f5529ce77` — 1 breaking
- **2020-11-30** `5fa0143c38e1` — 1 info
- **2020-08-13** `bca9ebb2d24a` — 2 breaking, 1 info
- **2020-08-13** `ddfd4e39c98d` — 4 breaking, 1 warning

## Changes

- **2023-01-17** `fa2f5529ce77` — 1 breaking
  - the request's body type/format changed from `object`/`` to ``/``
- **2020-11-30** `5fa0143c38e1` — 1 info
  - added the media type `application/json` for the response with the status `200`
- **2020-08-13** `bca9ebb2d24a` — 2 breaking, 1 info
  - added `#/components/schemas/Email` to the `email` request property `allOf` list
  - the `email` request property type/format changed from `string`/`` to ``/``
  - the `email` request property's minLength was decreased from `3` to `0`
- **2020-08-13** `ddfd4e39c98d` — 4 breaking, 1 warning
  - the request's body type/format changed from ``/`` to `object`/``
  - the `email` request property's minLength was increased from `0` to `3`
  - the `email` request property type/format changed from ``/`` to `string`/``
  - removed the media type `application/json` for the response with the status `200`
  - removed `#/components/schemas/Email` from the `email` request property `allOf` list

---

[Operation](https://skmtc.dev/kartevonmorgen/apis/openfairdb-api/docs/login/post.md) · [API](https://skmtc.dev/kartevonmorgen/apis/openfairdb-api.md) · [Page](https://skmtc.dev/kartevonmorgen/apis/openfairdb-api/changes/login/post)
