POST
/
api
/
v1
/
auth
/
ldap-auth
/
login
curl --request POST \
  --url https://us.infisical.com/api/v1/auth/ldap-auth/login \
  --header 'Content-Type: application/json' \
  --data '{
  "identityId": "<string>",
  "username": "<string>",
  "password": "<string>"
}'
{
  "accessToken": "<string>",
  "expiresIn": 123,
  "accessTokenMaxTTL": 123,
  "tokenType": "Bearer"
}

Body

application/json

Response

200
application/json
Default Response

The response is of type object.