Add a workspace
Publishes a workspace in your team's [Private API Network](https://learning.postman.com/docs/collaborating-in-postman/adding-private-network/).
Authentication
x-api-keystring
API Key authentication via header
OR
Authorizationstring
A valid [SCIM API key](https://learning.postman.com/docs/administration/scim-provisioning/scim-provisioning-overview/#generating-scim-api-key) for calls to SCIM endpoints.
OR
AuthorizationBasic
Basic authentication of the form Basic <base64(username:password)>.
Request
This endpoint expects an object.
workspace
Response
Created
addedAt
The date and time at which the element was added.
addedBy
The user who added the element.
createdBy
The user who created the element.
createdAt
The date and time at which the element was created.
updatedBy
The user who last updated the element.
updatedAt
The date and time at which the element was last updated.
type
The workspace element.
id
The element's ID
name
The element's name.
summary
The element's summary.
description
The element's description.
href
The element's Postman URL.
parentFolderIdDeprecated
This property is deprecated.
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error