toggle menu
piper-kt
9.3.0
jvm
switch theme
search in API
users-service
/
piperkt.services.users.interfaces.web.controllers
/
UserController
/
getUser
get
User
open
override
fun
getUser
(
username
:
String
)
:
UserDTO
Get a user by username.
Return
The user with the given username.
Parameters
username
The username of the user to get.