MemberId Parameter (Connect-Trello Cmdlet)
The Trello MemberId.
Syntax
Connect-Trello -MemberId string
Data Type
cstr
Default Value
""
Remarks
The Trello MemberId references a specific Trello member. If specified, the range of some queries will be bound to that member. For example:
SELECT * FROM Actionswill return all actions of that member.
SELECT * FROM Boardswill return all boards that both the logged user and member specified have in common.