Select Web Workspace
POST/api/v1/workspaces/select
Switch the web session to one of the user's memberships.
Fresh workspace-bound tokens are returned for the in-memory web client and also replace both HttpOnly auth cookies. The membership lookup is the authorization boundary; a caller cannot select an arbitrary workspace.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
- 500
OK
Bad Request
Unauthorized
Forbidden
Not Found
Validation Error
Internal Server Error