Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

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.