updateUser

abstract suspend fun updateUser(update: PartialUserEntity)

Perform a partial update of an existing user. Only non-null values will be updated otherwise the existing value is kept.

Return

true if the user was updated


abstract suspend fun updateUser(users: List<PartialUserEntity>)