Hi,
As the question already said, I want to create a board with sharingAccess
set to owner_and_coowners
. However, as the following request’s response shows, it failed.
RequestPOST https://api.miro.com/v2/boards
{
"name": "Name of board",
"policy": {
"permissionsPolicy": {
"collaborationToolsStartAccess": "all_editors",
"copyAccess": "board_owner",
"sharingAccess": "owner_and_coowners"
},
"sharingPolicy": {
"access": "edit",
"inviteToAccountAndBoardLinkAccess": "no_access",
"organizationAccess": "private",
"teamAccess": "edit"
}
},
"description": "Some Description",
"teamId": "{{teamId}}"
}
Response
{
"type": "error",
"code": "4.0105",
"message": "Some features are missing to set the board policies provided. Please check your account settings.",
"status": 403
}
The response above says that some features are missing to set board policies and to check my account settings. However, I couldn’t find any account settings that could probably affect this.