---
title: "Get organization"
method: GET
path: "/rest/servicedeskapi/organization/{organizationId}"
tags: ["Organization"]
---

# Get organization

`GET /rest/servicedeskapi/organization/{organizationId}`

This method returns details of an organization. Use this method to get organization details whenever your application component is passed an organization ID but needs to display other organization details.

To get organization detail field values which are visible in Jira Service Management, see the [Customer Service Management REST API](https://developer.atlassian.com/cloud/customer-service-management/rest/v1/api-group-organization/#api-group-organization).

**[Permissions](#permissions) required**: Any

**Response limitations**: Customers can only retrieve organization of which they are members.

## Path parameters

- `organizationId` integer, required

## Response `200`

Returns the requested organization.

- OrganizationDTO
  - `_links` SelfLinkDTO
    - `self` string, uri
  - `created` DateDTO
    - `epochMillis` integer — Date as the number of milliseconds that have elapsed since 00:00:00 Coordinated Universal Time (UTC), 1 January 1970.
    - `friendly` string — Date in a user-friendly text format.
    - `iso8601` string — Date in ISO8601 format.
    - `jira` string — Date in the format used in the Jira REST APIs, which is ISO8601 format but extended with milliseconds. For example, 2016-09-28T23:08:32.097+1000.
  - `id` string — A unique system generated ID for the organization.
  - `name` string — Name of the organization.
  - `scimManaged` boolean — Returns if an organization is managed by scim. This field may not be present in some older organizations
  - `uuid` string — A unique system generated ID for the organization. This is identity from the group directory id

## Other responses

- `401` — Returned if the user is not logged in.
- `403` — Returned if the user does not have permission to complete this request.
- `404` — Returned if the organization does not exist.
- `500` — Internal Server Error.

---

[API](https://skmtc.net/atlassian/apis/service-management-public-rest-api.md) · [All operations](https://skmtc.net/atlassian/apis/service-management-public-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/service-management-public-rest-api/versions/0c91941a1ff9/schema)
