Creates multiple print servers.
HTTP request
POST https://admin.googleapis.com/admin/directory/v1/{parent=customers/*}/chrome/printServers:batchCreatePrintServers
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| parent | 
 Required. The unique ID of the customer's Google Workspace account. Format:  | 
Request body
The request body contains data with the following structure:
| JSON representation | 
|---|
| {
  "requests": [
    {
      object ( | 
| Fields | |
|---|---|
| requests[] | 
 Required. A list of  | 
Response body
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
| { "printServers": [ { object ( | 
| Fields | |
|---|---|
| printServers[] | 
 A list of successfully created print servers with their IDs populated. | 
| failures[] | 
 A list of create failures.  | 
Authorization scopes
Requires the following OAuth scope:
- https://www.googleapis.com/auth/admin.chrome.printers
For more information, see the Authorization guide.
CreatePrintServerRequest
Request for adding a new print server.
| JSON representation | 
|---|
| {
  "parent": string,
  "printServer": {
    object ( | 
| Fields | |
|---|---|
| parent | 
 Required. The unique ID of the customer's Google Workspace account. Format:  | 
| printServer | 
 Required. A print server to create. If you want to place the print server under a specific organizational unit (OU), then populate the  The  |