Skip to main content

Get specific board member

GET 

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

Retrieves information for a board member.

Required scope

boards:read

Rate limiting

Level 1

Request

Path Parameters

    board_id stringrequired

    Unique identifier (ID) of the board to which the board member belongs.

    board_member_id stringrequired

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

Responses

Board member retrieved

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...