UserList (JSON)
A collection of User objects.
UserList
The UserList object has the following specification.
Member | Type | Description |
---|---|---|
users | Array of User (JSON) | See JSON example below. |
Sample JSON syntax
{
"users":
[
{ "xuid":"12345" },
{ "xuid":"23456" }
]
}