---
title: "Bind this object to parent"
method: POST
path: "/objects/{object-id}/bind-to"
tags: ["Objects"]
---

# Bind this object to parent

`POST /objects/{object-id}/bind-to`

Binds this object as a child to the specified parent object

## Path parameters

- `object-id` string, required

## Request body

- object
  - `id` integer, required — ID of the parent object

## Response `200`

Object bound successfully

## Other responses

- `401` — Access denied

---

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