Skip to main content
trello.listBoardMemberships lists the membership relationships used by board role-management actions.
automations/list-trello-board-memberships.automation.ts
Provide board as an ID, short link, or standard board URL. filter accepts "admins", "all", "none", or "normal" and defaults to "all". Optional second argument { account } selects a Trello binding. Returns Signal<TrelloBoardMembership[]>. Each membership contains its stable id, normalized memberId, memberType ("admin", "normal", or "observer"), and unconfirmed and deactivated flags. Pass the membership id to trello.updateBoardMemberRole; use memberId to identify the represented member.