Copy board
PUT/v2/boards
Creates a copy of an existing board. You can also update the name, description, sharing policy, and permissions policy for the new board in the request body.
Required scope
boards:writeRate limiting
Level 4Request
Query Parameters
Unique identifier (ID) of the board that you want to copy.
- application/json
Body
Possible values: <= 300 characters
Description of the board.
Possible values: non-empty
and <= 60 characters
Default value: Untitled
Name for the board.
policy
object
Defines the permissions policies and sharing policies for the board.
permissionsPolicy
object
Defines the permissions policies for the board.
Possible values: [all_editors
, board_owners_and_coowners
]
Default value: all_editors
Defines who can start or stop timer, voting, video chat, screen sharing, attention management. Others will only be able to join. To change the value for the collaborationToolsStartAccess
parameter, contact Miro Customer Support.
Possible values: [anyone
, team_members
, team_editors
, board_owner
]
Default value: anyone
Defines who can copy the board, copy objects, download images, and save the board as a template or PDF.
Possible values: [team_members_with_editing_rights
, owner_and_coowners
]
Default value: team_members_with_editing_rights
Defines who can change access and invite users to this board. To change the value for the sharingAccess
parameter, contact Miro Customer Support.
sharingPolicy
object
Defines the public-level, organization-level, and team-level access for the board. The access level that a user gets depends on the highest level of access that results from considering the public-level, team-level, organization-level, and direct sharing access.
Possible values: [private
, view
, edit
, comment
]
Default value: private
Defines the public-level access to the board.
Possible values: [viewer
, commenter
, editor
, no_access
]
Default value: no_access
Defines the user role when inviting a user via the invite to team and board link. For Enterprise users, the inviteToAccountAndBoardLinkAccess
parameter is always set to no_access
regardless of the value that you assign for this parameter.
Possible values: [private
, view
, comment
, edit
]
Default value: private
Defines the organization-level access to the board. If the board is created for a team that does not belong to an organization, the organizationAccess
parameter is always set to the default value.
Possible values: [private
, view
, comment
, edit
]
Default value: private
Defines the team-level access to the board.
Unique identifier (ID) of the team where the board must be placed.
Responses
- 201
- 400
- 404
- 429
Board copied
- application/json
- Schema
- Example (from schema)
Schema
Unique identifier (ID) of the board.
Name of the board.
Description of the board.
team
object
Team id
Team name
picture
object
Id of the picture
Url of the picture
Original team picture url for icon generation
Default value: picture
Type of the object returned.
Default value: team
Type of the object returned.
picture
object
Id of the picture
Url of the picture
Original team picture url for icon generation
Default value: picture
Type of the object returned.
policy
object
Defines the permissions policies and sharing policies for the board.
permissionsPolicy
object
Defines the permissions policies for the board.
Possible values: [all_editors
, board_owners_and_coowners
]
Default value: all_editors
Defines who can start or stop timer, voting, video chat, screen sharing, attention management. Others will only be able to join. To change the value for the collaborationToolsStartAccess
parameter, contact Miro Customer Support.
Possible values: [anyone
, team_members
, team_editors
, board_owner
]
Default value: anyone
Defines who can copy the board, copy objects, download images, and save the board as a template or PDF.
Possible values: [team_members_with_editing_rights
, owner_and_coowners
]
Default value: team_members_with_editing_rights
Defines who can change access and invite users to this board. To change the value for the sharingAccess
parameter, contact Miro Customer Support.
sharingPolicy
object
Defines the public-level, organization-level, and team-level access for the board. The access level that a user gets depends on the highest level of access that results from considering the public-level, team-level, organization-level, and direct sharing access.
Possible values: [private
, view
, edit
, comment
]
Defines the public-level access to the board.
Possible values: [viewer
, commenter
, editor
, coowner
, owner
, guest
, no_access
]
Default value: no_access
Defines the user role when inviting a user via the invite to team and board link. For Enterprise users, the inviteToAccountAndBoardLinkAccess
parameter is always set to no_access
.
Possible values: [private
, view
, comment
, edit
]
Default value: private
Defines the organization-level access to the board. If the board is created for a team that does not belong to an organization, the organizationAccess
parameter is always set to the default value.
Possible values: [private
, view
, comment
, edit
]
Defines the team-level access to the board.
URL to view the board.
owner
object
Contains information about the user who created the board.
Unique identifier (ID) of the user.
Name of the user.
Indicates the type of object returned. In this case, type
returns user
.
currentUserMembership
object
Contains the current user's board membership details. The current user could be different from the board owner.
Unique identifier (ID) of the user.
Name of the user.
Possible values: [viewer
, commenter
, editor
, coowner
, owner
]
Role of the board member.
Type of the object that is returned. In this case, type
returns board_member
.
Date and time when the board was created. Format: UTC, adheres to ISO 8601, includes a trailing Z offset.
createdBy
object
Contains information about the user who created the board.
Unique identifier (ID) of the user.
Name of the user.
Indicates the type of object returned. In this case, type
returns user
.
Date and time when the board was last modified. Format: UTC, adheres to ISO 8601, includes a trailing Z offset.
modifiedBy
object
Contains information about the user who created the board.
Unique identifier (ID) of the user.
Name of the user.
Indicates the type of object returned. In this case, type
returns user
.
links
object
Contains applicable links for the board.
Link to obtain information about the board members associated with the board.
Link to obtain information about the current board.
Type of the object that is returned. In this case, type returns board
.
{
"id": "uXjVOD6LSME=",
"name": "Sample board name",
"description": "Sample board description",
"team": {
"id": "3074457345618265000",
"name": "My Team",
"picture": {
"id": 3074457345618261500,
"imageURL": "https://miro.images/5252525252/125252/266/144/1/size210.jpg",
"originalUrl": "https://miro.com/original-image.jpg",
"type": "picture"
},
"type": "team"
},
"picture": {
"id": 3074457345618261500,
"imageURL": "https://miro.images/5252525252/125252/266/144/1/size210.jpg",
"originalUrl": "https://miro.com/original-image.jpg",
"type": "picture"
},
"policy": {
"permissionsPolicy": {
"collaborationToolsStartAccess": "all_editors",
"copyAccess": "anyone",
"sharingAccess": "team_members_with_editing_rights"
},
"sharingPolicy": {
"access": "private",
"inviteToAccountAndBoardLinkAccess": "no_access",
"organizationAccess": "private",
"teamAccess": "private"
}
},
"viewLink": "https://miro.com/app/board/uXjVOD6LSME=",
"owner": {
"id": "3074457353169356300",
"name": "John Smith",
"type": "user"
},
"currentUserMembership": {
"id": "3074457353169356300",
"name": "John Smith",
"role": "viewer",
"type": "board_member"
},
"createdAt": "2024-04-11T15:04:04.100Z",
"createdBy": {
"id": "3074457353169356300",
"name": "John Smith",
"type": "user"
},
"modifiedAt": "2024-04-11T15:04:04.100Z",
"modifiedBy": {
"id": "3074457353169356300",
"name": "John Smith",
"type": "user"
},
"links": {
"related": "http://api.miro.com/v2/boards/o9J_k1JKioQ=/members?limit=20&offset=0",
"self": "http://api.miro.com/v2/boards/o9J_k1JKioQ="
},
"type": "board"
}
Malformed request
- application/json
- Schema
- Example (from schema)
Schema
Code of the error
Description of the error
Status code of the error
Type of the error
{
"code": "error",
"message": "Error message",
"status": 400,
"type": "error"
}
Not found
- application/json
- Schema
- Example (from schema)
Schema
Code of the error
Description of the error
Status code of the error
Type of the error
{
"code": "error",
"message": "Error message",
"status": 400,
"type": "error"
}
Too many requests
- application/json
- Schema
- Example (from schema)
Schema
Code of the error
Description of the error
Status code of the error
Type of the error
{
"code": "error",
"message": "Error message",
"status": 400,
"type": "error"
}