getAllUsers

Returns all Users.

Return

The Result of the operation.
abstract suspend fun getAllUsers(): Result<List<UserListEntry>>