Social.LoadUsers
static function LoadUsers(userIDs: string[], callback: Action<IUserProfile[]>): void;
static void LoadUsers(string[] userIDs, Action<IUserProfile[]> callback);
static def LoadUsers(userIDs as string[], callback as Action<IUserProfile[]>) as void
Description

Load the user profiles accociated with the given array of user IDs.