---
title: "Gets the organization."
method: GET
path: "/Litium/api/admin/customers/organizations/{systemId}"
tags: ["Customers organization"]
---

# Gets the organization.

`GET /Litium/api/admin/customers/organizations/{systemId}`

## Path parameters

- `systemId` string, uuid, required

## Response `200`

OK

- LitiumCustomersOrganization, nullable — Represents a storage which is used to contain the information of the organization. It uses the Litium.Customers.OrganizationToPersonLink to indicate the connection between the Litium.Customers.Organization and the Litium.Customers.Person.
  - `addresses` LitiumCustomersAddress[], nullable — Gets or sets the organization addresses.
    - `addressTypeSystemId` string, uuid — Gets or sets the address type system identifier.
    - `systemId` string, uuid — Gets or sets the system identifier.
    - `address1` string, nullable — Gets or sets the address1.
    - `address2` string, nullable — Gets or sets the address2.
    - `careOf` string, nullable — Gets or sets the care of.
    - `city` string, nullable — Gets or sets the city.
    - `country` string, nullable — Gets or sets the country.
    - `customData` object — Gets or sets the custom data.
    - `houseExtension` string, nullable — Gets or sets the house extension.
    - `houseNumber` string, nullable — Gets or sets the house number.
    - `state` string, nullable — Gets or sets the state.
    - `zipCode` string, nullable — Gets or sets the zip code.
    - `phoneNumber` string, nullable — Gets or sets the phone number.
  - `fields` FieldsCustomers
    - `_name` object
      - `en-US` string, nullable
      - `sv-SE` string, nullable
    - `_nameInvariantCulture` object
      - `*` string, nullable
    - `_description` object
      - `en-US` string, nullable
      - `sv-SE` string, nullable
    - `_email` object
      - `*` string, nullable
    - `_firstName` object
      - `*` string, nullable
    - `_lastName` object
      - `*` string, nullable
    - `_phone` object
      - `*` string, nullable
    - `_title` object
      - `*` string, nullable
    - `_option` object
      - `*` FieldMetadataObject
    - `_matchCondition` object
      - `*` string, nullable
    - `_customData` object
      - `*` FieldMetadataObject
  - `fieldTemplateSystemId` string, uuid — Gets or sets the field template system identifier.
  - `id` string, nullable — Gets or sets the organization identifier.
  - `systemId` string, uuid — Gets or sets the organization system identifier.

---

[API](https://skmtc.dev/litium/apis/litium-admin-web-api.md) · [All operations](https://skmtc.dev/litium/apis/litium-admin-web-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/litium/litium-admin-web-api/revisions/a65881b0d0c6/schema)
