# pw billing allocations permissions grant

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

## pw billing allocations permissions grant

Grant allocation access to a group or the whole organization

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

### Examples

```
  # Grant a group the admin permission
  pw ... permissions grant --group data-scientists --admin <allocation>
  
  # Grant the entire organization read access
  pw ... permissions grant --org-wide --read <allocation>
```

### Options

```
      --admin          Target the allocation:admin permission
      --group string   Apply to a specific group
  -h, --help           help for grant
      --org string     Target organization (defaults to current context)
      --org-wide       Apply to the entire organization
      --read           Target the allocation:read permission
      --use            Target the allocation:use permission
```

### 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
