User Login
This function is an API endpoint that allows a user to log in without oauth. It is tagged with "login" for OpenAPI documentation. <br>
Parameters
- request: The request data, which includes the user's username and password. <br>
Returns
If successful, this function returns a Json<LoginReply> object, which includes the user's information and access token. <br> If the user is not authorized, this function returns a status::Unauthorized error. <br>
Errors
This function will return an error if the user is not authorized or if the system is in maintenance mode.
Request body
Response
Changes
Changed in 2 of the 11 revisions of this API.11
- ○
added the required property
user/adminto the response with the200statusresponse-required-property-added
- ○
- ▲
removed the required property
user/adminfrom the response with the200statusresponse-required-property-removed
This revision also has 16 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲