---
title: "Authenticate"
method: POST
path: "/ldap/user/authenticate"
tags: ["Login"]
---

# Authenticate

`POST /ldap/user/authenticate`

Authenticate in LDAP if you're an admin user.

## Request body

- AuthenticateRequest
  - `data` object
    - `user` string — Username
    - `pass` string — Password

## Response `200`

ok

- AuthenticateResponse
  - `data` object
    - `sessionId` string — Session Identifier
    - `expirationTime` integer — Epoch time of session expiration time
    - `ttl` integer — Session time to live in seconds

---

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