updateUser

open suspend override fun updateUser(update: PartialUserEntity): <Error class: unknown class>

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


open suspend override fun updateUser(users: List<PartialUserEntity>): <Error class: unknown class>