# Platform Administration

> Source: https://parallelworks.com/docs/organization-admin/admin

# Platform Administration

Platform-level configuration for this organization. Only visible to platform administrators.

## Navigation

From the **Organizations** list, select your organization. In the sidebar, click **Admin**.

## Organization Flags

Configure high-level flags that control organization behavior.

- **Partner Organization** — Toggle whether this organization can create and manage other organizations.
- **Enforce MFA** — Require all users in this organization to use multi-factor authentication.
- **Receive Active User Report** — When enabled, shows an **Email Recipients** field where you can enter a comma-separated list of email addresses that will receive periodic active user reports.

## Domain & Access

Configure the organization's platform access and domain settings.

- **Platform Domain** — The URL of the platform instance (e.g., `activate.parallel.works`).
- **Seats** — The number of user seats allocated to this organization. Set to `0` for unlimited.
- **Default User Host** — The default hostname for user workspaces (e.g., `user-1.example.com`).
- **Custom Login Domain** — A custom domain for the organization's login page (e.g., `example.parallel.works`).

## Workspace Settings

A JSON editor for configuring workspace-level settings that apply to all users in the organization. The following fields are available:

- `k8sMounts` — Kubernetes volume mounts
- `mounts` — Additional filesystem mounts
- `envs` — Environment variables
- `dns` — Custom DNS servers
- `homeDirPrefix` — Home directory prefix path
- `dockerNetwork` — Docker network configuration

Click **Save Configuration** to apply changes.

## Deleting an Organization

:::caution Warning

Deleting an organization is a permanent, destructive action that cannot be undone.

:::

At the bottom of the Admin page, click **Delete this organization**. A confirmation modal will appear requiring you to type the organization name to confirm. This action will:

- Permanently delete the organization and all of its users, groups, and cloud accounts
- Terminate all associated cloud resources
