# IUserProfile

> Represents generic user instances, like friends of the local user.

## Definition

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

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

```csharp
public interface IUserProfile
```

## Properties

| Property                                                                                         | Description                                          |
| ------------------------------------------------------------------------------------------------ | ---------------------------------------------------- |
| [id](/engine/6000.5/script-reference/unityengine/socialplatforms/iuserprofile/id.md)             | This user's global unique identifier.                |
| [image](/engine/6000.5/script-reference/unityengine/socialplatforms/iuserprofile/image.md)       | Avatar image of the user.                            |
| [isFriend](/engine/6000.5/script-reference/unityengine/socialplatforms/iuserprofile/isfriend.md) | Is this user a friend of the current logged in user? |
| [state](/engine/6000.5/script-reference/unityengine/socialplatforms/iuserprofile/state.md)       | Presence state of the user.                          |
| [userName](/engine/6000.5/script-reference/unityengine/socialplatforms/iuserprofile/username.md) | This user's username or alias.                       |
