Show TOC

Background documentationManaging Workspaces Locate this document in the navigation structure

 

The Workspace and Workspace Directory APIs expose the workspace management functionality that you can implement in your custom administrative applications.

In this section, you can find the implementation guidelines and code samples for the following tasks:

  • Creating Workspaces

    How to create shared and personal workspaces, and set their properties

  • Searching for Workspaces

    How to search and retrieve workspaces according to the specified search criteria, as well as define various parameters for the presentation of search results

  • Retrieving Workspace Properties

    Different ways to retrieve the properties of a workspace

  • Changing Workspace Properties

    How to change the workspace properties, such as its name, description, status or permission policy

  • Managing Workspace Users

    Various user management tasks, such as retrieving a workspace member list, adding or removing workspace members, or changing their workspace roles

Package

The relevant APIs are contained in the com.sap.workspaces.workspace and com.sap.workspaces.workspace.directory packages.