getUsers

suspend fun getUsers(): List<User>

Get the registered users.

Return

a list of users.


Get the registered users.

Parameters

resultHandler

a callback to handle the result of the user retrieval.