---
title: "Get My Organization"
method: GET
path: "/v3/organizations/me"
tags: ["Me"]
---

# Get My Organization

`GET /v3/organizations/me`

Returns the organization of the user identified in the token of the request.

## Response `200`

Me Organization

- object
  - `id` string, uuid — UUID of the organization.
  - `name` string — Name of the organization.
  - `owner_id` string — Owner ID of the organization.
  - `login_path` string — Path to organization-specific login when single sign on (SSO) is enabled. Blank otherwise.
  - `created_at` string, date-time — Date the organization was created.
  - `updated_at` string, date-time — Date the organization was last updated.
  - `state` 'active' | 'inactive' | 'deleting' | 'deleted' — State of the organization
  - `retention_period_days` integer — The number of days an organization spends inactive before being deleted.

## Other responses

- `401` — Unauthenticated

---

[API](https://skmtc.net/kong/apis/konnect-api-go-sdk.md) · [All operations](https://skmtc.net/kong/apis/konnect-api-go-sdk/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kong/konnect-api-go-sdk/versions/0261aef4b1e2/schema)
