Google News
logo
Postman - Interview Questions
What are Postman workspaces? And what purpose do they serve?
Workspaces are Postman-provided areas/spaces for teams to collaborate on a specific set of collections. It allows you to logically divide requests or collections exclusive to a developer or team, making request administration accessible.
 
In Postman, there are two sorts of workspaces :
 
* Personal Workspace : These workspaces are essential when working on many projects simultaneously and need logical separation between requests to handle them better.

* Team Workspace : These are designed for group collaboration so that multiple people can participate in testing requests.

By publishing the users' email addresses, we can encourage new users to collaborate on our collections. After accepting the invitation, new users can begin contributing to the workspace by adding or changing requests.
Advertisement