---
title: "validate-user"
method: POST
path: "/ces-auth/validate-user"
tags: ["Authentication Service"]
---

# validate-user

`POST /ces-auth/validate-user`

Validate user access to a franchisee site using a username and password.

## Headers

- `authenticationtoken` string, required
- `password` string
- `sitename` string, required
- `userid` string
- `X-B3-TraceId` string

## Request body

- object

## Response `200`

Pass

- CesAuthenticationResult — Authentication Result from CES
  - `result` '"Fail"' | '"Pass"', required — Result of CES authentication

## Other responses

- `400` — Fail - Validation Error
- `401` — Fail - Authentication Error
- `429` — Too Many Requests
- `500` — Fail - Unexpected Server Error
- `503` — Site temporarily down
- `504` — Timeout

---

[API](https://skmtc.net/crunchtime/apis/inventory-labor.md) · [All operations](https://skmtc.net/crunchtime/apis/inventory-labor/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crunchtime/inventory-labor/revisions/0af8e380ff2c/schema)
