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 Listswill return all lists of the boards on that organization.
SELECT * FROM Membershipswill return all members of the organization.
SELECT * FROM Actionswill return all actions on the organization.