---
title: "Set default organization"
method: POST
path: "/v1/users/me/organizations"
tags: ["Users"]
---

# Set default organization

`POST /v1/users/me/organizations`

## Request body

- object
  - `id` Id — unresolved $ref

## Response `200`

Successfully updated default organization

- object
  - `id` Id — unresolved $ref
  - `orgSlug` Schema — unresolved $ref
  - `organizationId` Id — unresolved $ref
  - `role` string
  - `roleId` Id — unresolved $ref
  - `status` 'active' | 'inactive'
  - `userId` Id — unresolved $ref
  - `orgName` string

## Other responses

- `401` — Invalid token
- `403` — Caller is not authorized to perform this action
- `404` — User/Organization not found

---

[API](https://skmtc.net/tetrascience/apis/tetra-data-lake.md) · [All operations](https://skmtc.net/tetrascience/apis/tetra-data-lake/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tetrascience/tetra-data-lake/revisions/0205e2bace53/schema)
