Admin SDK: Chrome Printer Management API

The Chrome Printer Management API lets admins manageCUPS printers and print servers.

Service: admin.googleapis.com

To call this service, we recommend that you use the Google-providedclient libraries. If your application needs to use your own libraries to call this service, use the following information when you make the API requests.

Discovery document

ADiscovery Document is a machine-readable specification for describing and consuming REST APIs. It is used to build client libraries, IDE plugins, and other tools that interact with Google APIs. One service may provide multiple discovery documents. This service provides the following discovery document:

Service endpoint

Aservice endpoint is a base URL that specifies the network address of an API service. One service might have multiple service endpoints. This service has the following service endpoint and all URIs below are relative to this service endpoint:

  • https://admin.googleapis.com

REST Resource:admin.directory.v1.customers.chrome.printServers

Methods
batchCreatePrintServersPOST /admin/directory/v1/{parent=customers/*}/chrome/printServers:batchCreatePrintServers
Creates multiple print servers.
batchDeletePrintServersPOST /admin/directory/v1/{parent=customers/*}/chrome/printServers:batchDeletePrintServers
Deletes multiple print servers.
createPOST /admin/directory/v1/{parent=customers/*}/chrome/printServers
Creates a print server.
deleteDELETE /admin/directory/v1/{name=customers/*/chrome/printServers/*}
Deletes a print server.
getGET /admin/directory/v1/{name=customers/*/chrome/printServers/*}
Returns a print server's configuration.
listGET /admin/directory/v1/{parent=customers/*}/chrome/printServers
Lists print server configurations.
patchPATCH /admin/directory/v1/{printServer.name=customers/*/chrome/printServers/*}
Updates a print server's configuration.

REST Resource:admin.directory.v1.customers.chrome.printers

Methods
batchCreatePrintersPOST /admin/directory/v1/{parent=customers/*}/chrome/printers:batchCreatePrinters
Creates printers under given Organization Unit.
batchDeletePrintersPOST /admin/directory/v1/{parent=customers/*}/chrome/printers:batchDeletePrinters
Deletes printers in batch.
createPOST /admin/directory/v1/{parent=customers/*}/chrome/printers
Creates a printer under given Organization Unit.
deleteDELETE /admin/directory/v1/{name=customers/*/chrome/printers/*}
Deletes aPrinter.
getGET /admin/directory/v1/{name=customers/*/chrome/printers/*}
Returns aPrinter resource (printer's config).
listGET /admin/directory/v1/{parent=customers/*}/chrome/printers
List printers configs.
listPrinterModelsGET /admin/directory/v1/{parent=customers/*}/chrome/printers:listPrinterModels
Lists the supported printer models.
patchPATCH /admin/directory/v1/{printer.name=customers/*/chrome/printers/*}
Updates aPrinter resource.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-03-25 UTC.