getUserById

abstract fun getUserById(id: Long): User?(source)
open fun getUserById(id: String): User?(source)

Gets a user by its id.

Return

The User object.

Parameters

id

The id of the user.