---
title: "Get Organization"
method: GET
path: "/v1.0/org"
tags: ["Agent Organization"]
---

# Get Organization

`GET /v1.0/org`

Returns the organization structure the caller belongs to.

Notes:
- When the caller is part of a multi-team group (brokerage), orgType is MULTI_TEAM and multiTeamInfo carries the parent group's ID and name; enterpriseInfo is absent.
- Otherwise orgType is SIGNAL_INSTANCE and enterpriseInfo describes the caller's office, visible sub-offices, and assigned permission profile.
- visibleOrgInfoList depends on the caller's permissions: callers with MANAGE_ORGANIZATION see all offices in the company; callers with MANAGE_ORGANIZATION_DEPARTMENT see their own office's sub-offices; others receive an empty list.

## Headers

- `Authorization` string, required

## Response `200`

Organization info for the caller.

- OrganizationInfo
  - `orgType` integer — Organization type
  - `enterpriseInfo` EnterpriseInfo — If the client is on the "Enterprise Package," the enterprise organization structure will be returned. Refer to "EnterpriseInfo."
    - `groupId` integer — Group ID
    - `groupName` string — Group Name
    - `profileId` integer — Permission Profile ID
    - `profileName` string — Permission Profile Name
    - `visibleOrgInfoList` VisibleOrgInfo[] — Visible Sub Org Info
      - `groupId` integer — Group ID
      - `groupName` string — Group Name
      - `parentId` integer — Parent Group ID
  - `multiTeamInfo` MultiTeamInfo — If the client is on the "Multi-Team Package," the Multi-Team info will be returned.
    - `multiTeamId` integer — Mult-Team ID
    - `multiTeamName` string — Multi-Team Name

## Other responses

- `401` — Missing or invalid authentication token.
- `500` — Internal server error.

---

[API](https://skmtc.net/lofty/apis/lofty-service-open-apis.md) · [All operations](https://skmtc.net/lofty/apis/lofty-service-open-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lofty/lofty-service-open-apis/revisions/23e640467118/schema)
