---
title: "Create Organization Workflow"
method: POST
path: "/v0/organizations/{org_id}/workflows"
tags: ["organizations"]
---

# Create Organization Workflow

`POST /v0/organizations/{org_id}/workflows`

Creates a new workflow for an organization (e.g., add/remove user).
Returns the workflow ID for status polling.

## Path parameters

- `org_id` string, required

## Request body

- OrganizationWorkflowCreationRequest
  - `params` object — Workflow parameters
  - `type` string, required — Workflow type

## Response `201`

- OrganizationWorkflowCreationResponse
  - `created_at` number, double — Workflow creation timestamp
  - `id` string, required — Workflow ID
  - `type` string — Workflow type

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/pantheon/apis/pantheon-public-api-service.md) · [All operations](https://skmtc.net/pantheon/apis/pantheon-public-api-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pantheon/pantheon-public-api-service/revisions/94758829689e/schema)
