Class CurrentUserResponse

java.lang.Object
io.goobi.viewer.api.rest.model.CurrentUserResponse

public class CurrentUserResponse extends Object
Response object for GET /api/v1/users/current.

Contains the client IP address and, if the user is logged in, user information. The user field is omitted from JSON output when null (i.e. not logged in).