---
title: "Update Organization"
method: PUT
path: "/admin/organizations/{organization_id}"
tags: ["admin", "organizations"]
---

# Update Organization

`PUT /admin/organizations/{organization_id}`

## Path parameters

- `organization_id` string, uuid, required

## Request body

- UpdateOrganizationRequest
  - `name` string, nullable
  - `pay_rate_usd` integer, nullable
  - `recording_review` boolean, nullable
  - `compliance_enabled` boolean, nullable
  - `is_personal` boolean, nullable
  - `fund_type` 'LONG_SHORT' | 'LONG_ONLY' | 'MARKET_NEUTRAL' | 'MULTI_STRATEGY'
  - `portfolio_style` 'CONCENTRATED' | 'DIVERSIFIED'
  - `time_horizon` 'SHORT_TERM' | 'MEDIUM_TERM' | 'LONG_TERM'

## Response `200`

Successful Response

- unknown

## Other responses

- `404` — Not found
- `422` — Validation Error

---

[API](https://skmtc.dev/trytrata/apis/fastapi.md) · [All operations](https://skmtc.dev/trytrata/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trytrata/fastapi/revisions/a8ae8846c411/schema)
