Update a workspace group
PUT/v1/organizations/:organization_id/workspace-groups/:workspace_group_id
Updates the configuration of an existing workspace group, including name, description, and location. This is a PUT request that implements full replacement: all updatable fields are mandatory. Returns the updated resource (200) after a successful update.
Request
Responses
- 200
- 400
- 401
- 404
- 409
- 422
- 429
- 500
Workspace group successfully updated. The response contains the updated resource.
Bad Request. Common Causes: - Missing required fields (name, description, location) - Invalid field values - Invalid location structure - Missing required location fields (latitude, longitude, address)
Unauthorized - authentication required
Workspace group not found or does not belong to the organization
Conflict - a workspace group with the same name already exists
Unprocessable Entity - business rule violation (e.g., cannot set filter on Entra ID workspace group)
Too Many Requests
Internal Server Error