---
title: "Update Link User Tool Id"
method: PUT
path: "/api/v1/tool/{link_tool_user_id}/LinkToolUser"
tags: ["Tool"]
---

# Update Link User Tool Id

`PUT /api/v1/tool/{link_tool_user_id}/LinkToolUser`

update link tool user

## Path parameters

- `link_tool_user_id` string, uuid, required

## Request body

- ILinkToolUserUpdate
  - `org_id` string, uuid, nullable
  - `tool_id` string, uuid, nullable
  - `credentials` object, nullable
  - `name` string, nullable
  - `attributes` object, nullable

## Response `200`

Successful Response

- IPostResponseBaseILinkToolUserUpdate
  - `message` string, nullable
  - `meta` union
    - object
    - unknown
  - `data` ILinkToolUserUpdate
    - `org_id` string, uuid, nullable
    - `tool_id` string, uuid, nullable
    - `credentials` object, nullable
    - `name` string, nullable
    - `attributes` object, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/insighto/apis/ragify.md) · [All operations](https://skmtc.dev/insighto/apis/ragify/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/insighto/ragify/revisions/cdca56191be9/schema)
