> ## Documentation Index
> Fetch the complete documentation index at: https://docs.flex.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# general user set-default-org

> Set the default organization for FlexAI CLI commands

Set the specified organization as the default organization for the current user.

## Usage

```bash theme={null}
flexai user set-default-org <organization_identifier> [flags]
```

## Arguments

| Argument                  | Type   | Required | Description                                                              |
| ------------------------- | ------ | -------- | ------------------------------------------------------------------------ |
| `organization_identifier` | string | Yes      | The name of the organization to set as the default for the current user. |

## Flags

| Flag        | Short | Type    | Description              |
| ----------- | ----- | ------- | ------------------------ |
| `--help`    | `-h`  | boolean | Displays this help page. |
| `--verbose` | `-v`  | boolean | Enable verbose logging.  |
