You can now create a workspace via API.
- The
TMC_ENVIRONMENT_MANAGEMENT
permission or the Environment Administrator role is required to use this endpoint.Access this endpoint via https://api.talend.com/apis/orchestration/2021-03/#section_workspaces.
Method Endpoint Body fields POST /orchestration/workspaces
- name: unique name to be used for this workspace
- description: descriptive information about this workspace
- owner: owner of this workspace. By default, its creator is the owner.
- environmentId: ID of the environment to which this workspace belongs.
The name and the environmentId fields are required.