byIds Method

Query UserInfo by user ids.

byIds(ids: string[]): UserInfoQuery

throws IModelHubClientError with IModelHubStatus.UndefinedArgumentError or IModelHubStatus.InvalidArgumentError if ids array is undefined or empty, or it contains undefined or empty values.

Parameter Type Description
ids string[] Ids of the users.

Returns - UserInfoQuery

This query.

Defined in

Last Updated: 11 June, 2024