---
title: "Get External Demand Org Unit"
method: GET
path: "/api/v2/resource_management/ext-systems/resourcing/ext-demand-org-units/{extOrgUnitId}"
tags: ["Ext Demand Org Unit"]
---

# Get External Demand Org Unit

`GET /api/v2/resource_management/ext-systems/resourcing/ext-demand-org-units/{extOrgUnitId}`

Get an external demand org unit by its id

## Path parameters

- `extOrgUnitId` string, required

## Headers

- `Authorization` string, required

## Response `200`

OK

- ExtDemandOrgUnitSchema
  - `status` 'active' | 'archived', required — Status of the org unit. Possible values: ['active', 'archived']
  - `updatedBy` string, nullable — Email of the updater of the org unit
  - `userGroups` RmUserGroup[], nullable — User groups associated with the org unit
    - `userGroupId` string, nullable — Unique identifier for the user group
  - `extOrgUnitId` string, required — Org unit id in the external system
  - `_type` 'program' | 'project', required — Type of the org unit. Possible values: ['program', 'project']
  - `mainOwner` DemandOrgUnitOwnerSchema
    - `email` string, required — Email of the owner
    - `name` string, nullable — Name of the owner
  - `endDate` string, nullable — End date of the org unit in ISO format (YYYY-MM-DD)
  - `createdBy` string, required — Email of the creator of the org unit
  - `description` string, nullable — Description of the org unit
  - `otherOwners` DemandOrgUnitOwnerSchema[], nullable — Other owners of the org unit
    - `email` string, required — Email of the owner
    - `name` string, nullable — Name of the owner
  - `parentExtId` string, nullable — Parent org unit id in the external system
  - `startDate` string, required — Start date of the org unit in ISO format (YYYY-MM-DD)
  - `updatedAt` integer, nullable — Updated timestamp for the org unit
  - `customFields` object, nullable — Custom fields for the org unit
  - `title` string, required — Title of the org unit
  - `tags` EntityTag[], nullable — Tags associated with the org unit
    - `type` 'user' | 'system', required — Type of the tag (user/system)
    - `name` string, required — Name of the tag
    - `category` 'inherited_tag' | 'null', nullable — Category of the tag (e.g. inherited_tag)

---

[API](https://skmtc.net/eightfold/apis/api-server-v2-service-service.md) · [All operations](https://skmtc.net/eightfold/apis/api-server-v2-service-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eightfold/api-server-v2-service-service/versions/0fb26f4e41bf/schema)
