> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Person (JSON)

> Person (JSON)

# Person (JSON)

Metadata about a single Person in the People system.

<a id="ID4EN" />

## Person

The Person object has the following specification.

| Member            | Type            | Description                                                                                                                                                                                                                                          |
| ----------------- | --------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| xuid              | string          | Required. XBOX User ID (XUID) in decimal form. Example value: 2603643534573573.                                                                                                                                                                      |
| isFavorite        | Boolean value   | Required. Whether this person is one that the user cares about more. Because users can have a very large number of people in their People list, favorite people should be prioritized in experiences and shown before others that are not favorites. |
| isFollowingCaller | Boolean value   | Optional. Whether this person is following the user on whose behalf the API call was made.                                                                                                                                                           |
| socialNetworks    | array of string | Optional. Within which external networks the user and this person have a relationship.                                                                                                                                                               |

<a id="ID4EHC" />

## Sample JSON syntax

```json theme={null}
{
    "xuid": "2603643534573581",
    "isFavorite": false,
    "isFollowingCaller": false,
    "socialNetworks": ["LegacyXboxLive"]
}
    
```

<a id="ID4EQC" />

## See also

<a id="ID4ESC" />

##### Parent

[JavaScript Object Notation (JSON) Object Reference](/reference/live/rest/json/atoc-xboxlivews-reference-json)

<a id="ID4E3C" />

##### Reference

[/users/{ownerId}/people/{targetid}](/reference/live/rest/uri/people/uri-usersowneridpeopletargetid)

[/users/{ownerId}/people/xuids](/reference/live/rest/uri/people/uri-usersowneridpeoplexuids)
