---
title: "Get Org"
method: GET
path: "/v1/auth/org"
tags: ["auth"]
---

# Get Org

`GET /v1/auth/org`

Get the current organization's info.

## Response `200`

Successful Response

- OrgInfo
  - `org_id` string, uuid, required
  - `org_name` string, required
  - `email` string, required
  - `preferred_language` string, nullable

---

[API](https://skmtc.dev/roxels/apis/interviewer.md) · [All operations](https://skmtc.dev/roxels/apis/interviewer/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/roxels/interviewer/revisions/4ef48ed226e1/schema)
