getUserByUuid

abstract suspend fun getUserByUuid(uuid: String): UserEntity?

Get a user by their UUID.

Return

The matching UserEntity or null if not found

Parameters

uuid

The UUID of the user