Used to get the user's information.
property UserInfos[Index: Integer]: TIBCUserInfo;
Use the UserInfos property to return the user's information as a TIBCUserInfo record, which contains the user name, groupID, UserID, and the user's first, middle, and last names. Specify the index of the required user in the Index parameter.