Skip to content

BoardPreferenceWhoCanAddAndRemoveMembers

Rasmus Wulff Jensen edited this page Apr 4, 2025 · 1 revision

Defines who has the permissions to add or remove members from a Trello board.

Values

Value Description
Unknown Represents an unknown value retrieved from the Trello REST API.
Members Any board member can add or remove members.
Admins Only admins can add or remove members.

Usage

This enum is utilized in the BoardPreferences class and the UpdateBoardPreferencesOptions class.

Clone this wiki locally