Workspace Environment Management™ REST APIs
December 2025
Specifying a configuration set for overwrite during restoration
A targetSiteId parameter has been added to the configuration set restore API. When this parameter is specified, the target configuration set will be overwritten by the restored configurations. If it is not specified, a new configuration set will be created and restored.
What’s new in earlier releases
The Workspace Environment Management REST API service provides the following set of APIs for your use.
Manage your configuration sets
- GET /services/wem/sites
- GET /services/wem/sites/{id}
- POST /services/wem/sites
- PUT /services/wem/sites
- DELETE /services/wem/sites
- GET /services/wem/sites/$export
- POST /services/wem/sites/$import
- POST /services/wem/sites/$replicate
Manage your user-level AD objects
- GET /services/wem/users
- GET /services/wem/users/{id}
- POST /services/wem/users
- PUT /services/wem/users
- DELETE /services/wem/users
Manage your machine-level AD objects
- GET /services/wem/machines
- GET /services/wem/machines/{id}
- POST /services/wem/machines
- PUT /services/wem/machines
- DELETE /services/wem/machines
Configure system optimizations
- GET /services/wem/systemOptimizations
- GET /services/wem/systemOptimizations/{id}
- PUT /services/wem/systemOptimizations
December 2025
Copied!
Failed!