---
title: "Get Current Organization"
method: GET
path: "/v1/organizations/current"
tags: ["Organizations"]
---

# Get Current Organization

`GET /v1/organizations/current`

Get the current user's organization info.

## Response `200`

Successful Response

- OrganizationResponse — Response model for organization info.
  - `id` string, required — The WorkOS organization ID
  - `name` string, nullable — Organization display name
  - `slug` string, nullable — Organization slug (URL-friendly)

---

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