Postman - How to move collections between Workspaces?

Solution 1:

  1. Share a collection

enter image description here

  1. To Workspace, select yours, and make sure you checked "Share collection and remove from this workspace" enter image description here

Voila!

Note: Worked on version 7.34.0.

Solution 2:

Just export the collection and import from another workspace.

Solution 3:

There are several Ways to do that some of them are as follows

There is a workaround. Tested with Postman v6.1.4 Export your collection. Switch workspace. (Re-)import saved .postman_collection.json Postman will even ask you if you want to copy the collection (into the new workspace) or if you want to overwrite it (meaning move it to the new workspace)

OR

Delete needed collections from workspace

A > sync > go to trash >

and restore collections to workspace B. Hopefully, trash feature is enabled by default.

OR

Sharing collections in another workspace

enter image description here

In the workspaces dashboard, select a collection and then click the Share button. The collection is visible in your target workspace.

enter image description here

Solution 4:

I think the simplest and fasted way to do this is to Fork your Collection and select the new Workspace you want to fork it into.

If you "Move" your collection by Sharing, once you delete your collection from one Workspace it will also delete it from the other.

Moving a collection by deleting and restoring or exporting and importing, forces you to leave the app.

So, just fork it is fast and easy.

Solution 5:

In Postman v9.10.0

Click the three dots on the right of the collection name and select the action Move.

enter image description here

In the next screen select the workspace you want to move your collection to and click the Move Collection button.

enter image description here

That's it.