Board member

Contains information about a board member.

Property nameProperty typeDescription
idStringUnique identifier of the user.
nameStringName of the user.
roleStringRole of the user on the board. Possible values: viewer, commenter, editor, owner, coowner
typeStringThe type of object that is returned. In this case, type returns board_member.
"currentUserMembership": {
        "id": "3074457353169356249",
        "name": "John Smith",
        "role": "commenter",
        "type": "board_member"
    }