//
koffee-backend
/
eu.yeger.koffee.service
/
UserService
/
getUserById
getUserById
Returns the
User
with the given id. Must validate that the
User
exists.
Return
The
Result
of the operation.
Parameters
id
The id of the
User
.
abstract suspend fun
getUserById
(id:
String
):
Result
<
UserProfile
>
Content copied to clipboard