---
title: "updateOrganizationsByIdOrg()"
method: PUT
path: "/organizations/{idOrg}"
tags: ["organization"]
---

# updateOrganizationsByIdOrg()

`PUT /organizations/{idOrg}`

## Path parameters

- `idOrg` string, required

## Query parameters

- `key` string, required
- `token` string, required

## Request body

- Organizations
  - `desc` string — a string with a length from 0 to 16384
  - `displayName` string — A string with a length of at least 1. Cannot begin or end with a space.
  - `name` string — a string with a length from 0 to 16384
  - `prefs/associatedDomain` string — The google apps domain to link this org to.
  - `prefs/boardVisibilityRestrict/org` string — One of: admin, none or org
  - `prefs/boardVisibilityRestrict/private` string — One of: admin, none or org
  - `prefs/boardVisibilityRestrict/public` string — One of: admin, none or org
  - `prefs/externalMembersDisabled` string — true or false
  - `prefs/googleAppsVersion` string — a number from 1 to 2
  - `prefs/orgInviteRestrict` string — An email address with optional expansion tokens
  - `prefs/permissionLevel` string — One of: private or public
  - `website` string — A URL starting with http:// or https:// or null

## Response `200`

Success

## Other responses

- `400` — Server rejection

---

[API](https://skmtc.net/apis-guru/apis/trello.md) · [All operations](https://skmtc.net/apis-guru/apis/trello/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/apis-guru/trello/versions/74afdba5e145/schema)
