user

OAuth2 password grant — returns Bearer JWT

OAuth2 password grant endpoint.

Swagger UI's Authorize dialog uses this automatically when you fill in the HumanLogin username + password fields. Returns a Bearer JWT that Swagger UI injects as Authorization: Bearer ... on all subsequent calls.

This is functionally equivalent to POST /user/login but returns the token in the response body rather than as a cookie — the standard OAuth2 pattern expected by Swagger UI.

post/user/token

Response

Access token for use in Authorization: Bearer header

{"stackTrail":"paths:/user/token:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes