# pw users reset-onboarding

> Source: https://parallelworks.com/docs/cli/pw/users/reset-onboarding

## pw users reset-onboarding

Reset onboarding state for one or more users

### Synopsis

The **pw users reset-onboarding** command marks the given users as needing
to complete onboarding again. Requires the **org:users** role in the target
organization (platform admins also qualify).

By default it uses the organization from your current context.
Use **--org** to target a different organization.

```
pw users reset-onboarding <username> [username...] [flags]
```

### Examples

```
  # Reset one user
  pw users reset-onboarding alice
  
  # Reset multiple users in a specific organization
  pw users reset-onboarding --org my-org alice bob
  
  # Skip confirmation
  pw users reset-onboarding -f alice
  
  # Output as JSON
  pw users reset-onboarding -o json alice bob
```

### Options

```
  -f, --force           Skip confirmation prompt
  -h, --help            help for reset-onboarding
      --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 users](/docs/cli/pw/users)	 - Manage organization users
