# pw groups create

> Source: https://parallelworks.com/docs/cli/pw/groups/create

## pw groups create

Create a group

```
pw groups create <group> [flags]
```

### Examples

```
  pw groups create --description "Research staff" research-team
  
  # Create a group with org roles assigned
  pw groups create --role org:admin --role org:users admins
```

### Options

```
      --description string   Group description
  -h, --help                 help for create
      --org string           Target organization (defaults to current context)
  -o, --output string        Output format (table, json) (default "table")
      --role stringArray     Role to assign (repeatable, e.g. org:admin)
```

### 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 groups](/docs/cli/pw/groups)	 - Manage groups and their members
