Class BoardMemberInternal

Contains the current user's board membership details. The current user could be different from the board owner.

Hierarchy

Properties

Methods

Properties

boardId: string
id: string

Unique identifier (ID) of the user.

name: string

Name of the user.

role?: string

Role of the board member.

type: string

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

Methods

  • Updates the role of a board member.

    Required scope

    boards:write

    Rate limiting

    <a target=_blank href="/docs/miro-rest-api-introduction#rate-limiting">Level 2

    Summary

    Update board member

    Parameters

    Returns Promise<void>