---
title: "Retrieve organization"
method: GET
path: "/v3/me/organization"
tags: ["Profile"]
---

# Retrieve organization

`GET /v3/me/organization`

Retrieves the organization of the currently authenticated user.

## Response `200`

OK

- MeOrganizationDto — Minimal organization info for the current user's org (`/v3/me/org`).
  - `id` string, required
  - `organizationAlias` string, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests
- `500` — Server Error

---

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