# Vendia CLI command - org

## `share org`

Manage Vendia Organizations using the Vendia CLI.

## Commands for `share org`

Manage your Vendia Organization (Enterprise only).

### Usage for `share org`

```
share org <subcommand>
```

| Subcommand | Description |
| :-- | :-- |
| [`org get`](https://docs.vendia.com/platform/cli/commands/org#org-get) | Get your Organization (Enterprise only) |
| [`org list-users`](https://docs.vendia.com/platform/cli/commands/org#org-list-users) | List Org Users (Enterprise only) |

### Examples for `share org`

```
❯ List Org Users

share org list-users

❯ Get Your Own Org

share org get
```

## `org get`

Get your Vendia Organization (Enterprise only).

### Usage for `org get`

```
share org get
```

### Flags for `org get`

- `json` ( _boolean_) \- Output return values as JSON

### Examples for `org get`

```
share org get
```

## `org list-users`

List users in your Vendia Organization (Enterprise only).

### Usage for `org list-users`

```
share org list-users
```

### Flags for `org list-users`

- `json` ( _boolean_) \- Output return values as JSON

### Examples for `org list-users`

```
share org list-users
```
