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

# POST /auth/session/login/

`POST /auth/session/login/`

Session cookie login

## Request body

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

## Response `204`

Login successful.

## Other responses

- `403` — Invalid credentials or user is disabled.

---

[API](https://skmtc.net/ansible/apis/event-driven-ansible-api.md) · [All operations](https://skmtc.net/ansible/apis/event-driven-ansible-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ansible/event-driven-ansible-api/versions/c04fc5f09692/schema)
