Skip to main content
POST
Share Board

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

board_id
string
required

Body

application/json

Schema for sharing a board with a user.

user_id
string
required
Required string length: 1 - 255
permission
string
default:viewer
Pattern: ^(viewer|editor|admin)$

Response

Successful Response

Schema for board share response.

board_id
string
required
created_at
string<date-time>
required
id
string
required
permission
string
required
realm_id
string
required
shared_by
string
required
user_id
string
required
Last modified on May 17, 2026