v1

latestOpenAPI 3.0.02026-07-175652103.9 KB
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

idstring required
uuidstring required

Response

datastring required