-
-
Notifications
You must be signed in to change notification settings - Fork 5
MembershipType
Rasmus Wulff Jensen edited this page Apr 4, 2025
·
1 revision
Represents the types of membership a user can have within a Trello board.
| Value | Description |
|---|---|
Unknown |
Represents an undefined membership type retrieved from the Trello API. |
Admin |
Indicates the user has administrative privileges on the board. |
Normal |
Indicates the user has standard user privileges on the board. |
Observer |
Indicates the user has observer privileges, allowing them to view but not modify the board. |
Ghost |
Represents a user who has not yet joined the board. |
This enum is utilized in methods such as AddMemberToBoardAsync, InviteMemberToBoardViaEmailAsync, and UpdateMembershipTypeOfMemberOnBoardAsync. It is also referenced in classes like Member and Membership.
If you are looking for info on a specific method in TrelloDotNet then expand the Pages above and input the 'MethodName' (Example: 'AddCardAsync')