# Workspace Groups

Workspace Groups (also known as groups) allow for the categorization of Kantata OX Workspaces. Workspace Groups are unique to each Kantata OX Account.

 - [GET /workspace_groups](https://developer.kantata.com/kantata/specification/workspace-groups/get%20workspace%20groups.md): This endpoint returns structured Workspace Group objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `results` array and will be indexed by ID in
 - [POST /workspace_groups](https://developer.kantata.com/kantata/specification/workspace-groups/create%20workspace%20group.md): This endpoint returns structured Workspace Group objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `results` array and will be indexed by ID in
 - [GET /workspace_groups/{id}](https://developer.kantata.com/kantata/specification/workspace-groups/get%20workspace%20group.md): This endpoint returns structured Workspace Group objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `results` array and will be indexed by ID in
 - [PUT /workspace_groups/{id}](https://developer.kantata.com/kantata/specification/workspace-groups/update%20workspace%20group.md): This endpoint returns structured Workspace Group objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `results` array and will be indexed by ID in
 - [DELETE /workspace_groups/{id}](https://developer.kantata.com/kantata/specification/workspace-groups/delete%20workspace%20group.md): The response will contain no content and an HTTP 204 status code if the request was successful, or a [standard Kantata OX error message](#section/Errors) explaining why the object could not be deleted
