Skip to main content

Share board

POST 

/v2/boards/:board_id/members

Shares the board and Invites new members to collaborate on a board by sending an invitation email. Depending on the board's Sharing policy, there might be various scenarios where membership in the team is required in order to share the board with a user.

Required scope

boards:write

Rate limiting

Level 3

Request

Path Parameters

    board_id stringrequired

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

Body

required

    emails string[]required

    Possible values: >= 1, <= 20

    Email IDs of the users you want to invite to the board. You can invite up to 20 members per call.

    role string

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

    Default value: commenter

    Role of the board member.

    message string

    The message that will be sent in the invitation email.

Responses

Board members invited

Schema

    failed

    object[]

    Contains information about the invites that failed.

  • Array [

  • email string

    Email ID for which the invitation failed.

    reason string

    Reason why the invitation failed.

  • ]

  • successful int64[]

    Contains information about the invites that were successfully sent.

Loading...