Required. A print server to create. If you want to place the print server under a specific organizational unit (OU), then populate the orgUnitId. Otherwise the print server is created under the root OU.
The orgUnitId can be retrieved using the Directory API.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-22 UTC."],[[["Enables batch creation of up to 50 print servers within a Google Workspace customer account."],["Requires the `https://www.googleapis.com/auth/admin.chrome.printers` OAuth scope for authorization."],["Utilizes a `POST` request to `https://admin.googleapis.com/admin/directory/v1/{parent=customers/*}/chrome/printServers:batchCreatePrintServers` with a request body specifying print server details."],["The response includes a list of successfully created print servers and a list of any failures encountered during the process."],["Print servers can be placed under a specific organizational unit (OU) by providing the `orgUnitId` during creation."]]],["This describes a `POST` request to `batchCreatePrintServers`, enabling the creation of multiple print servers (up to 50) for a Google Workspace customer account. The request body includes a list of `CreatePrintServerRequest` objects, each containing a `parent` customer ID and `printServer` details. Successful responses list the newly created `printServers` with IDs, while failures list `PrintServerFailureInfo`. It requires the `https://www.googleapis.com/auth/admin.chrome.printers` OAuth scope. The print server can be created in a specific organization unit with the `orgUnitId`.\n"]]