---
title: "Get Organization By User"
method: GET
path: "/organization/get-organization"
tags: ["Agent Dashboard - Organization"]
---

# Get Organization By User

`GET /organization/get-organization`

## Response `200`

Successful Response

- Organization
  - `id` string, uuid
  - `date_created` string, date-time
  - `date_updated` string, date-time
  - `user_id` string, uuid, required — The ID of the user associated with the organization.
  - `name` string, required — The name of the organization.

---

[API](https://skmtc.net/dante-ai/apis/dante-ai-api.md) · [All operations](https://skmtc.net/dante-ai/apis/dante-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dante-ai/dante-ai-api/versions/38b6c9a4246d/schema)
