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.
abstract suspend fun updateUser(partialUser: PartialUser): Result<String>