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

# POST /v1/users/me/default-org

`POST /v1/users/me/default-org`

Provisions a personal/default org for the authenticated user if they do not already belong to one. This is the explicit "skip invites" path during signup. Idempotent: returns the existing org when one is present.

## Headers

- `Authorization` string

## Response `200`

Default Response

- object
  - `links` object, required
    - `self` string, uri, required
  - `data` object, required
    - `id` string, uuid, required
    - `type` 'org', required
    - `attributes` object, required
      - `name` string, required
      - `created` boolean, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/tessl/apis/tessl-api.md) · [All operations](https://skmtc.net/tessl/apis/tessl-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tessl/tessl-api/versions/fbb186825642/schema)
