---
title: "Create Linked Users"
method: POST
path: "/linked_users"
tags: ["linkedUsers"]
---

# Create Linked Users

`POST /linked_users`

## Request body

- CreateLinkedUserDto
  - `linked_user_origin_id` string, required — The id of the user in the context of your own software
  - `alias` string, nullable, required — Your company alias

## Response `201`

- LinkedUserResponse
  - `id_linked_user` string, nullable, required
  - `linked_user_origin_id` string, nullable, required
  - `alias` string, nullable, required
  - `id_project` string, nullable, required

## Changes

- **2024-08-05** `ca0fa45ebd05` — 1 breaking
  - the request property `linked_user_origin_id` became not nullable
- **2024-08-05** `ca213ae36b7f` — 1 info
  - endpoint added
- **2024-08-05** `167edd5346ec` — 1 breaking
  - api path removed without deprecation
- **2024-08-03** `9d25bd589fe9` — 3 info
  - the request property `alias` became nullable
  - the request property `linked_user_origin_id` became nullable
  - added the media type `application/json` for the response with the status `201`
- **2024-08-01** `f48b82299d9d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/panoratech/apis/panora-api-2/changes/linked_users/post.md)

---

[API](https://skmtc.dev/panoratech/apis/panora-api-2.md) · [All operations](https://skmtc.dev/panoratech/apis/panora-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/panoratech/panora-api-2/revisions/ca0fa45ebd05/schema)
