login
Log the User Out
This function is an API endpoint that allows an authenticated user to log out. It is tagged with "login" for OpenAPI documentation.
Parameters
- request: The request data, which includes the current user information. <br>
Returns
If successful, this function returns a Json<LogoutReply> object, which includes a success message. <br> If the user is not authorized, this function returns a status::Unauthorized error. <br>
Errors
This function will return an error if the system is in maintenance mode, or if the user is not authorized.
post/api/logout
Request body
Response
Changes
No recorded changes to this endpoint across all 11 revisions of this API.