---
title: "POST /api/workspaces/order/"
method: POST
path: "/api/workspaces/order/"
tags: ["Workspaces"]
---

# POST /api/workspaces/order/

`POST /api/workspaces/order/`

Changes the order of the provided workspace ids to the matching position that the id has in the list. If the authorized user does not belong to the workspace it will be ignored. The order will be custom for each user.

## Headers

- `ClientSessionId` string, uuid
- `ClientUndoRedoActionGroupId` string, uuid

## Request body

- OrderWorkspaces
  - `workspaces` integer[], required — Workspace ids in the desired order.

## Response `204`

No response body

---

[API](https://skmtc.net/baserow/apis/baserow-api-spec.md) · [All operations](https://skmtc.net/baserow/apis/baserow-api-spec/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/baserow/baserow-api-spec/revisions/0c490e5b0c7f/schema)
