API Reference > imodelhub-client > iModelHubClient > UserInfoQuery UserInfoQuery Class Query object for getting HubUserInfo. You can use this to modify the UserInfoHandler.get results. Extends WsgQuery Methods Name Description constructor(): UserInfoQuery byId(id: string): UserInfoQuery Query single instance by its id. byIds(ids: string[]): UserInfoQuery Query UserInfo by user ids. Inherited methods Name Inherited from Description filter(filter: string): UserInfoQuery WsgQuery Set filter to the specified filter string. orderBy(orderBy: string): UserInfoQuery WsgQuery Set order for the query. pageSize(n: number): UserInfoQuery WsgQuery Select all entries from the query by pages. select(select: string): UserInfoQuery WsgQuery Set select to specified select string. skip(n: number): UserInfoQuery WsgQuery Skip first entries in the query. top(n: number): UserInfoQuery WsgQuery Select only top entries from the query. Inherited properties Name Type Inherited from Description _query Protected RequestQueryOptions WsgQuery Defined in clients/imodelhub/src/imodelhub/Users.ts Line 215 Last Updated: 11 June, 2024