Skip to main content

Update board member

PATCH 

/v2/boards/:board_id/members/:board_member_id

Updates the role of a board member.

Required scope

boards:write

Rate limiting

Level 2

Request

Path Parameters

    board_id stringrequired

    Unique identifier (ID) of the board for which you want to update the role of the board member.

    board_member_id stringrequired

    Unique identifier (ID) of the board member whose role you want to update.

Body

required

    role string

    Possible values: [viewer, commenter, editor, coowner, owner]

    Default value: commenter

    Role of the board member.

Responses

Board member updated

Schema

    id stringrequired

    Unique identifier (ID) of the user.

    name stringrequired

    Name of the user.

    role string

    Possible values: [viewer, commenter, editor, coowner, owner]

    Role of the board member.

    links

    object

    Contains applicable links for the current object.

    self string

    Link to obtain more information about the current object.

    type stringrequired

    Type of the object that is returned. In this case, type returns board_member.

Loading...