# userID

> The user who owns this score.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.SocialPlatforms](/engine/6000.7/script-reference/unityengine/socialplatforms.md)
* **Assembly:** UnityEngine.GameCenterModule

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

```csharp
string userID { get; }
```

### Remarks

You can load the users information using [Social.LoadUsers](/engine/6000.7/script-reference/unityengine/social/loadusers.md).
