---
title: "Assign printer to host"
method: POST
path: "/v1/hosts/assign-printer"
tags: ["Hosts"]
---

# Assign printer to host

`POST /v1/hosts/assign-printer`

Assign a printer to a host

## Request body

- object
  - `printer_id` string, required
  - `host_id` string, required
  - `organizationId` string — Organization ID (optional, defaults to user's primary organization)

## Response `200`

Default Response

- object
  - `id` string
  - `printer_id` string
  - `host_id` string
  - `organization_id` string, nullable
  - `created_at` string
  - `updated_at` string

---

[API](https://skmtc.net/printhiv3d/apis/hive-api-documentation.md) · [All operations](https://skmtc.net/printhiv3d/apis/hive-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/printhiv3d/hive-api-documentation/revisions/3b06bcb5f808/schema)
