Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
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" }
]
}