# LoadUsers(string[], Action<IUserProfile[]>)

> Load the user profiles associated with the given array of user IDs.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine](/engine/6000.6/script-reference/unityengine.md)
* **Assembly:** UnityEngine.GameCenterModule

> **Warning:**
>
> **Deprecated.** Social is deprecated and will be removed in a future release.

```csharp
public static void LoadUsers(string[] userIDs, Action<IUserProfile[]> callback)
```

### Parameters

**** (\[string\[]]\(https\://learn.microsoft.com/dotnet/api/system.string)): **** (\[Action\<IUserProfile\[]>]\(https\://learn.microsoft.com/dotnet/api/system.action)):&#x20;
