---
title: "Create an organization source system mapping"
method: POST
path: "/organizations-source-systems"
tags: ["organizations-source-systems"]
---

# Create an organization source system mapping

`POST /organizations-source-systems`

Create a new organization source system mapping

## Request body

- OrganizationsSourceSystemsInputCreate
  - `organization_id` string, required — The ID of the DDM organization
  - `source_system` 'sp', required — The name of the source system
  - `source_system_id` string, required — The ID of the organization in the source system

## Response `201`

The created OrganizationSourceSystem object

- OrganizationsSourceSystems
  - `id` string, required — Unique identifier for the organization source system mapping
  - `organization_id` string, required — The ID of the DDM organization
  - `source_system` 'sp', required — The name of the source system
  - `source_system_id` string, required — The ID of the organization in the source system
  - `created_at` string, date-time — Creation date of the mapping
  - `updated_at` string, date-time — Last update date of the mapping

## Other responses

- `401` — Unauthorized
- `500` — Internal server error

---

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