> ## 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.

# XuidList (JSON)

> XuidList (JSON)

# XuidList (JSON)

List of XUIDs on which to perform an operation.

<a id="ID4EN" />

## XuidList

The XuidList object has the following specification.

| Member | Type            | Description                                                                                              |
| ------ | --------------- | -------------------------------------------------------------------------------------------------------- |
| xuids  | array of string | List of XBOX User ID (XUID) values on which an operation should be performed or data should be returned. |

<a id="ID4EMB" />

## Sample JSON syntax

```json theme={null}
{
    "xuids": [
        "2533274790395904", 
        "2533274792986770", 
        "2533274794866999"
    ]
}
    
```

<a id="ID4EVB" />

## See also

<a id="ID4EXB" />

##### Parent

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

<a id="ID4EBC" />

##### Reference

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


## Related topics

- [XblPrivacyGetAvoidListResult](/reference/live/xsapi-c/privacy_c/functions/xblprivacygetavoidlistresult.md)
- [XblPrivacyGetMuteListResult](/reference/live/xsapi-c/privacy_c/functions/xblprivacygetmutelistresult.md)
- [XblPrivacyBlockListChangeEventArgs](/reference/live/xsapi-c/privacy_c/structs/xblprivacyblocklistchangeeventargs.md)
- [XblPrivacyMuteListChangeEventArgs](/reference/live/xsapi-c/privacy_c/structs/xblprivacymutelistchangeeventargs.md)
- [XblMultiplayerEventArgsXuid](/ko/reference/live/xsapi-c/multiplayer_manager_c/functions/xblmultiplayereventargsxuid.md)
