Method: admin.directory.v1.customers.chrome.printers.create
Creates a printer under given Organization Unit.
HTTP request
POST https://admin.googleapis.com/admin/directory/v1/{parent=customers/*}/chrome/printers
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
parent |
string
Required. The name of the customer. Format: customers/{customer_id}
|
Request body
The request body contains an instance of Printer
.
Response body
If successful, the response body contains a newly created instance of Printer
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/admin.chrome.printers
For more information, see the Authorization guide.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-22 UTC.
[null,null,["Last updated 2024-08-22 UTC."],[[["Creates a printer for a specified customer (organization unit) using an HTTP POST request."],["Requires `https://www.googleapis.com/auth/admin.chrome.printers` OAuth scope for authorization."],["The request body should contain a `Printer` object with details of the printer to be created."],["A successful response will return the newly created `Printer` object."],["The API utilizes gRPC Transcoding for its URL structure."]]],[]]