requestUser

abstract fun requestUser(id: Long): CompletableDeferred<User>(source)

Request a user by its id.

Return

a future containing the user.

Parameters

id

the id of the user.