insertOrUpdateUser

suspend fun insertOrUpdateUser(uuid: String, name: String, address: String?)

Inserts a new user or updates an existing one.

Parameters

uuid

Unique identifier for the user

name

Display name of the user

address

Optional network address