Contains information about a board member.
Property name | Property type | Description |
---|---|---|
id | String | Unique identifier of the user. |
name | String | Name of the user. |
role | String | Role of the user on the board. Possible values: viewer , commenter , editor , owner , coowner |
type | String | The type of object that is returned. In this case, type returns board_member . |
"currentUserMembership": {
"id": "3074457353169356249",
"name": "John Smith",
"role": "commenter",
"type": "board_member"
}