---
title: "Create Workspace"
method: POST
path: "/connect/workspaces"
tags: ["Connect Workspaces"]
---

# Create Workspace

`POST /connect/workspaces`

Create a new workspace.

## Parameters

- `#/paths/~1connect~1workspaces/get/parameters/0` — unresolved $ref

## Request body

- object
  - `description` string — Description of workspace
  - `name` string — Name of workspace
  - `owner` string — Owner of workspace
  - `type` string — Type of workspace
  - `entities` object[] — List of entities
    - `id` string — Spot ID of the user
    - `isGroup` boolean — If the user is present in any group
    - `isOwner` boolean — If the user is owner of that workspace
    - `name` string — Name of user
    - `permissions` string[] — List of permissions for that workspace

## Response `200`

Workspace created successfully

- Schema — unresolved $ref

## Other responses

- `400` — Request validation error
- `409` — Workspace name already exists

---

[API](https://skmtc.net/spot/apis/spot-by-flexera-api.md) · [All operations](https://skmtc.net/spot/apis/spot-by-flexera-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spot/spot-by-flexera-api/revisions/72813baf8d47/schema)
