# List Player

> Return a list of the project's players and their information.

Return a list of the project's players and their information.

Authentication Required: `Yes`

```bash
ugs player list [options]
```

## Options

| Option     | Alias                  | Description                                                          |
| ---------- | ---------------------- | -------------------------------------------------------------------- |
| limit      | -l, -limit             | The limit number of players to return.                               |
| next       | -n, -page, --next-page | The next page token. If not set, returns players without any offset. |
| project-id | -p, --project-id       | The Unity cloud project ID.                                          |
| help       | -?, -h, --help         | Display help and usage information.                                  |
| quiet      | -q, --quiet            | Reduce logging to a minimum.                                         |
| json       | -j, --json             | Use JSON as the output format.                                       |
