These docs are for v1.0. Click to read the latest docs for v2.0.

Share Board

This method allows you to share the board with several users. Users can either be registered or not registered.

In the case of registered users, they will be added to the board and notified about it. Unregistered users will receive invitations to register.

šŸš§

Note

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. For more information on sharing policy and different scenarios, see Sharing policy.

The value of the teamInvitationStrategy parameter defines how various scenarios are handled. By default, the teamInvitationStrategy parameter is set to off. This means that users are added into the team with the role non_team or an error is returned depending on the board sharing policy. If the teamInvitationStrategyparameter value is set toinvite_when_required, users are automatically added to the team with the role memberin case it is required or with the rolenon_team` if it is not required, depending on the board's sharing policy.
The Team User Connection Objects is created for these users.

Please note that if you set the teamInvitationStrategy parameter to invite_when_required , you may see an increase in your billable amount at the end of the period as you are adding one seat for each new team member.

Returns

Returns an array of created Board User Connection Objects.

Required scope

boards:write

Rate limiting

Level 2

Language
Authorization
OAuth2
Click Try It! to start a request and see the response here!