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

# UserList (JSON)

> UserList (JSON)

# UserList (JSON)

A collection of [User](/reference/live/rest/json/json-user) objects.

<a id="ID4ER" />

## UserList

The UserList object has the following specification.

| Member | Type                                                        | Description             |
| ------ | ----------------------------------------------------------- | ----------------------- |
| users  | Array of [User (JSON)](/reference/live/rest/json/json-user) | See JSON example below. |

<a id="ID4EPB" />

## Sample JSON syntax

```json theme={null}
{
    "users":
    [
        { "xuid":"12345" },
        { "xuid":"23456" }
    ] 
}
    
```

<a id="ID4EYB" />

## See also

<a id="ID4E1B" />

##### Parent

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


## Related topics

- [API Access Policy in Game Manager](/services/playfab/live-service-management/gamemanager/api-access-page-doc.md)
- [XtfRegisterAllPackagesOnDrive](/reference/tools/xtf/xtfapi/functions/xtfregisterallpackagesondrive-xtfapi-xbox-windows-m.md)
- [MatchUser.LocalUserJsonAttributesJSON](/services/playfab/multiplayer/lobby/unity-multiplayer-api-reference/PlayFab.Multiplayer/MatchUser/LocalUserJsonAttributesJSON.md)
- [IXtfUserClient::ListUsers](/ko/reference/tools/xtf/xtfuser/classes/IXtfUserClient/methods/listusers-ixtfuserclient-xtfuser-xbox-windows-m.md)
- [Friends lists](/services/playfab/community/associations/friends/quickstart.md)
