Create a printer
Printers
Create a printer
Register a Cloud Print printer. Printers are linked to a Cloud Print integration and can print documents and/or labels.
POST
Create a printer
Request Structure
Key Fields
| Field | Required | Description |
|---|---|---|
name | Yes | Printer name |
description | No | Printer description |
supports_documents | No | Can print documents |
supports_labels | No | Can print labels |
is_default | No | Default printer flag |
Authorizations
OAuth 2.0 authentication. Use the client credentials or authorization code flow to obtain an access token.
The subdomain/tenant name identifying which tenant's data to access. Required for all API requests.
Body
application/json
Response
Printer created successfully

