# Quickjoin

> QuickJoin a lobby matching a filter.

QuickJoin a lobby matching a filter.

Authentication Required: `Yes`

```bash
ugs lobby quickjoin <filter> <player-details> [options]
```

## Arguments

`<filter>` The JSON filter to use for querying. If this is a file path, the content of the file is used; otherwise, the raw string is used.

`<player-details>` The JSON player details. If this is a file path, the content of the file is used; otherwise, the raw string is used.

## Options

|                  | Alias                  | Description                         |
| ---------------- | ---------------------- | ----------------------------------- |
| service-id       | --service-id           | (REQUIRED) The service ID.          |
| project-id       | -p, --project-id       | The Unity cloud project ID.         |
| environment-name | -e, --environment-name | The services environment name.      |
| 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.      |
