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.

LoadUsers(userIDs: string[], callback: Action<IUserProfile[]>): void;
void LoadUsers(string[] userIDs, Action<IUserProfile[]> callback);
def LoadUsers(userIDs as string[], callback as Action<IUserProfile[]>) as void

Description

See Social.LoadUsers.