Cmdlets for Trello

Build 23.0.8839

OrganizationId Parameter (Connect-Trello Cmdlet)

The Trello OrganizationId.

Syntax

Connect-Trello -OrganizationId string

Data Type

cstr

Default Value

""

Remarks

The Trello OrganizationId references a specific Trello organization. If specified the range of some queries will be bound to that organization. For example:

SELECT * FROM Lists
will return all lists of the boards on that organization.
SELECT * FROM Memberships
will return all members of the organization.
SELECT * FROM Actions
will return all actions on the organization.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839