---
title: "Get the current organization information"
method: GET
path: "/api/v2/organizations/{orgSlug}"
tags: ["Organizations"]
---

# Get the current organization information

`GET /api/v2/organizations/{orgSlug}`

Get the current organization information 

 Required scopes: `flex.settings.organization.read`

## Path parameters

- `orgSlug` string, required

## Response `200`

- OrganizationsResultDto
  - `_id` string — The _id of the organization.
  - `name` string — The name of the organization.
  - `slug` string — The slug of the organization.
  - `imageUrl` string — The image URL of the organization.
  - `description` string — The description of the organization.

---

[API](https://skmtc.dev/officernd/apis/authentication-api.md) · [All operations](https://skmtc.dev/officernd/apis/authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/officernd/authentication-api/revisions/6bcd33dc648e/schema)
