go back to UserService

POST /users/logout

Logs the user out.

The endpoint has no roles.

Parameters

name description type default type
request the HttpServletRequest from the container (primarily for the auth token) context HttpServletRequest

Result

Response of type: text/plain

a response indicating success or failure

Try It Out

Request

- Authentication Help