---
title: "Select Workspace"
method: POST
path: "/v1/workspaces/{workspace_id}/select"
tags: ["Workspaces"]
---

# Select Workspace

`POST /v1/workspaces/{workspace_id}/select`

Record which workspace this user is acting in.

Their selection is stored on their row, so every later request resolves it from the
credential instead of from a header the caller has to remember to send on each hop.
Any member may select a workspace they belong to; this grants nothing, it only records
which of their existing workspaces new resources should land in.

Membership is still re-checked on every request that uses it, so a stored selection
cannot outlive the access it was based on.

## Path parameters

- `workspace_id` string, required

## Headers

- `X-API-Key` string, required

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/getbluejay/apis/bluejay-api.md) · [All operations](https://skmtc.dev/getbluejay/apis/bluejay-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getbluejay/bluejay-api/revisions/bf69ab7268a4/schema)
