# pw billing allocations permissions ls

> Source: https://parallelworks.com/docs/cli/pw/billing/allocations/permissions/ls

## pw billing allocations permissions ls

Show who can access this allocation

```
pw billing allocations permissions ls <name> [flags]
```

### Examples

```
  pw ... permissions ls <allocation>
  pw ... permissions ls -o json <allocation>
```

### Options

```
  -h, --help            help for ls
      --org string      Target organization (defaults to current context)
  -o, --output string   Output format (table, json) (default "table")
```

### Options inherited from parent commands

```
      --context string         The context to use. Overrides PW_CONTEXT environment variable and current context from config.
      --platform-host string   The Parallel Works ACTIVATE platform host to use. Will override any other platform host settings.
  -v, --verbose                Enable verbose logging
```

### SEE ALSO

* [pw billing allocations permissions](/docs/cli/pw/billing/allocations/permissions)	 - Manage allocation access for groups and the organization
