Method: admin.directory.v1.customers.chrome.printServers.get
Returns a print server's configuration.
HTTP request
GET https://admin.googleapis.com/admin/directory/v1/{name=customers/*/chrome/printServers/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
name |
string
Required. The unique ID of the customer's Google Workspace account. Format: customers/{id}
|
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of PrintServer
.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/admin.chrome.printers
https://www.googleapis.com/auth/admin.chrome.printers.readonly
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."],[[["Retrieves the configuration details of a specified print server within a Google Workspace customer account."],["Requires authorization using specific OAuth scopes related to Chrome printer management."],["The request is made using an HTTP GET method to a specific endpoint with customer and print server identifiers."],["The response provides a PrintServer object containing the configuration information if successful."]]],[]]