- URL:https://<portals-url>/portals/0123456789ABCDEF/collaborations/<collaborationId>/addWorkspace(POST only)
- Required Capability:Administrator (host)
- Version Introduced:10.5
Description
The addWorkspace resource adds a new workspace to a distributed collaboration. Only collaboration hosts can create new workspaces.
Request parameters
Parameter | Details |
---|---|
collaborationWorkspaceName | The name of the new workspace. |
collaborationWorkspaceDescription | The description of the new workspace. |
config | The configuration details of the new workspace. |
portalGroupId | The ID of the portal group linked with the workspace. |
Response properties
Property | Details |
---|---|
collaborationWorkspaceId | The ID of the new workspace. |
collaborationId | The ID of the collaboration where the workspace was created. |
success | Returns the status of whether the operation was successful. Returns true if so. |