---
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

---

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