users property

List<UserRecord> users
final

Set of user records, corresponding to the set of users that were requested. Only users that were found are listed here. The result set is unordered.

Implementation

final List<UserRecord> users;