PUT /organizations/{id}

Update an organization

Servers

Path parameters

Name Type Required Description
id String Yes

The ID or name of the Organization

Query parameters

Name Type Required Description
prefs/googleAppsVersion Integer No

1 or 2

name String No

A new name for the organization. At least 3 lowercase letters, underscores, and numbers. Must be unique

prefs/boardVisibilityRestrict/public String No

Who on the Workspace can make public boards. One of: admin, none, org

prefs/orgInviteRestrict String No

An email address with optional wildcard characters. (E.g. subdomain.*.trello.com)

prefs/permissionLevel String No

Whether the Workspace page is publicly visible. One of: private, public

displayName String No

A new displayName for the organization. Must be at least 1 character long and not begin or end with a space.

desc String No

A new description for the organization

website String No

A URL starting with http://, https://, or null

prefs/associatedDomain String No

The Google Apps domain to link this org to.

prefs/externalMembersDisabled Boolean No

Whether non-workspace members can be added to boards inside the Workspace

prefs/boardVisibilityRestrict/org String No

Who on the Workspace can make Workspace visible boards. One of admin, none, org

prefs/boardVisibilityRestrict/private String No

Who can make private boards. One of: admin, none, org

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.