updateUser

Updates a User. Must validate that the User exists and the data is valid. Must hash the password.

Return

The Result of the operation.

Parameters

partialUser
The PartialUser used for updating the User.
open suspend override fun updateUser(partialUser: PartialUser): Result<String>