---
title: "Get a the details of the organizationt he user is assoicates with"
method: GET
path: "/v1/resourceowner/organization"
tags: ["ResourceOwnerOrganization"]
---

# Get a the details of the organizationt he user is assoicates with

`GET /v1/resourceowner/organization`

## Response `200`

The organization model is returned

- OrganizationModel
  - `OrganizationName` string
  - `LegalIdentificationNumber` string
  - `VATNumber` string
  - `BillingAddress` AddressModel
    - `AddressId` integer
    - `CompanyName` string
    - `ContactNameAtAddress` string
    - `AddressLine2` string, required
    - `AddressLine3` string
    - `AddressLine4` string
    - `ZipCode` string, required
    - `City` string, required
    - `StateOrProvince` string
    - `ISO3166CountryCode` string, required
  - `ShipmentAddress` AddressModel
    - `AddressId` integer
    - `CompanyName` string
    - `ContactNameAtAddress` string
    - `AddressLine2` string, required
    - `AddressLine3` string
    - `AddressLine4` string
    - `ZipCode` string, required
    - `City` string, required
    - `StateOrProvince` string
    - `ISO3166CountryCode` string, required
  - `Culture` string
  - `UnitType` 0 | 1 | 2
  - `IsHierarchyEnabled` boolean
  - `ISO4217CurrencyCode` string
  - `OrganizationId` integer

## Other responses

- `500` — Internal server error

---

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