# faros org members set-role

Change a member's role in the organization (admin only)

Source: https://faros.sh/docs/reference/cli/commands/org-members-set-role/

<!-- Generated by scripts/sync-cli-docs.py from faroshq/faros docs/cli. Do not edit by hand; run `make sync-cli-docs`. -->

```bash
faros org members set-role <user> <admin|member> [flags]
```

## Options

```text
  -h, --help   help for set-role
```

## Inherited options

```text
      --insecure-skip-tls-verify   Skip TLS certificate verification when talking to the hub
      --kubeconfig string          Path to the kubeconfig file (default: $KUBECONFIG, then ~/.kube/config)
      --org string                 Organization display name or UUID (default: the one owning the current workspace)
```

## See also

- [faros org members](https://faros.sh/docs/reference/cli/commands/org-members/) — List and change who has access to the organization
