This document explains how to manage workspaces. It shows how to create, edit and delete workspaces using the user interface and platform REST API. We assume you are familiar with hierarchical structure of the platform and why we need workspaces.
Every contract member can create a workspace on the user interface or using an API call.
Please note no matter which method you use to create, a workspace name must adhere to the following standards:
-
) and underscore (_
).When you start from an empty contract you can open the menu (1), click to create a workspace (2) either from the menu item + Create Workspace or by clicking on a + Create New Workspace button in the middle:
The following animation shows workspace creation in case of fully operation contract:
You can create a Workspace when viewing all workspaces page as well. Open the menu, and expand the workspace list and click on View All Workspaces menu item to navigate to all workspaces page. Here you can create a new one by clicking on + Create New Workspace button.
To create a workspace you can use our API call. Note that you must use your email
and APIKEY
to authenticate. Check the platform tour profile information section if unsure where to find this information.
Please note that you have to be a member of the Contract’s scope and need
contracts.workspace.create
permission to access this resource.
With the right permissions a workspace member can perform workspace management via the UI or the API.
You can rename the workspace via the user interface open the menu and click on the Organize > Workspace item to navigate to the workspace management page. Now click on the name of the workspace to edit.
Please note to edit the workspace type from
limited
tofull
or back you must contact your tenant administration. They can edit the type usingtenantAdmin
access rights via an API call.
You can edit the workspace record using our API call providing your email
and APIKEY
to authenticate.
Please note that you have to be a member of the Contract’s scope and need
workspaces.workspace.edit
permission to access this resource. To update the type of Workspace you needworkspaces.workspace.edit_type
permission.
As with most operations described on this page, you can delete a workspace either via the UI or the API.
Before you can proceed with this operation you must keep in mind that this is an irreversible process. This means we cannot undo this and all the following associated resources will be deleted:
To delete a workspace click on Organize > Workspace item to navigate to the workspace management page. Scroll down to find Delete workspace button.
When you click on this button a warning message would show with the following text:
Delete workspace Name
Are you sure you want to delete this workspace permanently? Deleting this workspace is an irreversible process, we cannot undo a deletion if you complete the process by accident.
You can press Cancel to stop deletion process or press on Delete workspace to permanently delete it.
To delete workspace via the API please use the corresponding endpoint. Here you must only provide the ID of the workspace. For more information, visit the API documentation.
Please note No warning message comes when you execute this call via the API.
You can add, invite and manage members in your workspace using either the UI or the API.
The workspace Owner
role allows you to add and manage members in your workspace.
To invite new members not included in the contract to your workspace you must
have an Owner
role in contract as well.
You can do all user related tasks on the workspace management page. Choose the workspace where you need to perform this operations (1), click on Organise > Workspace to load the page (2). Here you can add, invite, edit and delete members (3). Let us consider each case separately.
Please Note when you have lower than Admin role in the contract you will not see Invite new member button.
To add a member to your workspace follow these steps:
To invite a new member to your workspace follow these steps:
Owner
, Admin
and Member
user roles.From this page you can edit user roles or delete them
When you delete a members. the system would transfer all Flows, security credentials and Data Samples to your member.
Editing the member means changing the roles. The following animation shows more:
You can add, update and delete members in your workspace using API calls. For more informations on how to do that and even more please visit the API documentation.