{ "packagePath": "admin", "revision": "20240618", "resources": { "chromeosdevices": { "methods": { "action": { "id": "directory.chromeosdevices.action", "path": "admin/directory/v1/customer/{customerId}/devices/chromeos/{resourceId}/action", "flatPath": "admin/directory/v1/customer/{customerId}/devices/chromeos/{resourceId}/action", "httpMethod": "POST", "parameters": { "customerId": { "description": "The unique ID for the customer's Google Workspace account. As an account administrator, you can also use the `my_customer` alias to represent your account's `customerId`. The `customerId` is also returned as part of the [Users resource](/admin-sdk/directory/v1/reference/users).", "location": "path", "required": true, "type": "string" }, "resourceId": { "description": "The unique ID of the device. The `resourceId`s are returned in the response from the [chromeosdevices.list](/admin-sdk/directory/v1/reference/chromeosdevices/list) method.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "customerId", "resourceId" ], "request": { "$ref": "ChromeOsDeviceAction" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.device.chromeos" ], "deprecated": true, "description": "Use [BatchChangeChromeOsDeviceStatus](/admin-sdk/directory/reference/rest/v1/customer.devices.chromeos/batchChangeStatus) instead. Takes an action that affects a Chrome OS Device. This includes deprovisioning, disabling, and re-enabling devices. *Warning:* * Deprovisioning a device will stop device policy syncing and remove device-level printers. After a device is deprovisioned, it must be wiped before it can be re-enrolled. * Lost or stolen devices should use the disable action. * Re-enabling a disabled device will consume a device license. If you do not have sufficient licenses available when completing the re-enable action, you will receive an error. For more information about deprovisioning and disabling devices, visit the [help center](https://support.google.com/chrome/a/answer/3523633)." }, "get": { "id": "directory.chromeosdevices.get", "path": "admin/directory/v1/customer/{customerId}/devices/chromeos/{deviceId}", "flatPath": "admin/directory/v1/customer/{customerId}/devices/chromeos/{deviceId}", "httpMethod": "GET", "parameters": { "customerId": { "description": "The unique ID for the customer's Google Workspace account. As an account administrator, you can also use the `my_customer` alias to represent your account's `customerId`. The `customerId` is also returned as part of the [Users resource](/admin-sdk/directory/v1/reference/users).", "location": "path", "required": true, "type": "string" }, "deviceId": { "description": "The unique ID of the device. The `deviceId`s are returned in the response from the [chromeosdevices.list](/admin-sdk/directory/v1/reference/chromeosdevices/list) method.", "location": "path", "required": true, "type": "string" }, "projection": { "description": "Determines whether the response contains the full list of properties or only a subset.", "location": "query", "type": "string", "enumDescriptions": [ "Includes only the basic metadata fields (e.g., deviceId, serialNumber, status, and user)", "Includes all metadata fields" ], "enum": [ "BASIC", "FULL" ] } }, "parameterOrder": [ "customerId", "deviceId" ], "response": { "$ref": "ChromeOsDevice" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.device.chromeos", "https://www.googleapis.com/auth/admin.directory.device.chromeos.readonly" ], "description": "Retrieves a Chrome OS device's properties." }, "list": { "id": "directory.chromeosdevices.list", "path": "admin/directory/v1/customer/{customerId}/devices/chromeos", "flatPath": "admin/directory/v1/customer/{customerId}/devices/chromeos", "httpMethod": "GET", "parameters": { "customerId": { "description": "The unique ID for the customer's Google Workspace account. As an account administrator, you can also use the `my_customer` alias to represent your account's `customerId`. The `customerId` is also returned as part of the [Users resource](/admin-sdk/directory/v1/reference/users).", "location": "path", "required": true, "type": "string" }, "maxResults": { "description": "Maximum number of results to return. Value should not exceed 300.", "default": "100", "minimum": "1", "location": "query", "type": "integer", "format": "int32" }, "orderBy": { "description": "Device property to use for sorting results.", "location": "query", "type": "string", "enumDescriptions": [ "Chrome device location as annotated by the administrator.", "Chromebook user as annotated by administrator.", "The date and time the Chrome device was last synchronized with the policy settings in the Admin console.", "Chrome device notes as annotated by the administrator.", "The Chrome device serial number entered when the device was enabled.", "Chrome device status. For more information, see the \u003ca [chromeosdevices](/admin-sdk/directory/v1/reference/chromeosdevices.html)." ], "enum": [ "annotatedLocation", "annotatedUser", "lastSync", "notes", "serialNumber", "status" ] }, "orgUnitPath": { "description": "The full path of the organizational unit (minus the leading `/`) or its unique ID.", "location": "query", "type": "string" }, "pageToken": { "description": "The `pageToken` query parameter is used to request the next page of query results. The follow-on request's `pageToken` query parameter is the `nextPageToken` from your previous response.", "location": "query", "type": "string" }, "projection": { "description": "Determines whether the response contains the full list of properties or only a subset.", "location": "query", "type": "string", "enumDescriptions": [ "Includes only the basic metadata fields (e.g., deviceId, serialNumber, status, and user)", "Includes all metadata fields" ], "enum": [ "BASIC", "FULL" ] }, "query": { "description": "Search string in the format given at https://developers.google.com/admin-sdk/directory/v1/list-query-operators", "location": "query", "type": "string" }, "sortOrder": { "description": "Whether to return results in ascending or descending order. Must be used with the `orderBy` parameter.", "location": "query", "type": "string", "enumDescriptions": [ "Ascending order.", "Descending order." ], "enum": [ "ASCENDING", "DESCENDING" ] }, "includeChildOrgunits": { "description": "Return devices from all child orgunits, as well as the specified org unit. If this is set to true, 'orgUnitPath' must be provided.", "location": "query", "type": "boolean" } }, "parameterOrder": [ "customerId" ], "response": { "$ref": "ChromeOsDevices" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.device.chromeos", "https://www.googleapis.com/auth/admin.directory.device.chromeos.readonly" ], "description": "Retrieves a paginated list of Chrome OS devices within an account." }, "moveDevicesToOu": { "id": "directory.chromeosdevices.moveDevicesToOu", "path": "admin/directory/v1/customer/{customerId}/devices/chromeos/moveDevicesToOu", "flatPath": "admin/directory/v1/customer/{customerId}/devices/chromeos/moveDevicesToOu", "httpMethod": "POST", "parameters": { "customerId": { "description": "Immutable. ID of the Google Workspace account", "location": "path", "required": true, "type": "string" }, "orgUnitPath": { "description": "Full path of the target organizational unit or its ID", "location": "query", "required": true, "type": "string" } }, "parameterOrder": [ "customerId", "orgUnitPath" ], "request": { "$ref": "ChromeOsMoveDevicesToOu" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.device.chromeos" ], "description": "Moves or inserts multiple Chrome OS devices to an organizational unit. You can move up to 50 devices at once." }, "patch": { "id": "directory.chromeosdevices.patch", "path": "admin/directory/v1/customer/{customerId}/devices/chromeos/{deviceId}", "flatPath": "admin/directory/v1/customer/{customerId}/devices/chromeos/{deviceId}", "httpMethod": "PATCH", "parameters": { "customerId": { "description": "The unique ID for the customer's Google Workspace account. As an account administrator, you can also use the `my_customer` alias to represent your account's `customerId`. The `customerId` is also returned as part of the [Users resource](/admin-sdk/directory/v1/reference/users).", "location": "path", "required": true, "type": "string" }, "deviceId": { "description": "The unique ID of the device. The `deviceId`s are returned in the response from the [chromeosdevices.list](/admin-sdk/v1/reference/chromeosdevices/list) method.", "location": "path", "required": true, "type": "string" }, "projection": { "description": "Determines whether the response contains the full list of properties or only a subset.", "location": "query", "type": "string", "enumDescriptions": [ "Includes only the basic metadata fields (e.g., deviceId, serialNumber, status, and user)", "Includes all metadata fields" ], "enum": [ "BASIC", "FULL" ] } }, "parameterOrder": [ "customerId", "deviceId" ], "request": { "$ref": "ChromeOsDevice" }, "response": { "$ref": "ChromeOsDevice" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.device.chromeos" ], "description": "Updates a device's updatable properties, such as `annotatedUser`, `annotatedLocation`, `notes`, `orgUnitPath`, or `annotatedAssetId`. This method supports [patch semantics](/admin-sdk/directory/v1/guides/performance#patch)." }, "update": { "id": "directory.chromeosdevices.update", "path": "admin/directory/v1/customer/{customerId}/devices/chromeos/{deviceId}", "flatPath": "admin/directory/v1/customer/{customerId}/devices/chromeos/{deviceId}", "httpMethod": "PUT", "parameters": { "customerId": { "description": "The unique ID for the customer's Google Workspace account. As an account administrator, you can also use the `my_customer` alias to represent your account's `customerId`. The `customerId` is also returned as part of the [Users resource](/admin-sdk/directory/v1/reference/users).", "location": "path", "required": true, "type": "string" }, "deviceId": { "description": "The unique ID of the device. The `deviceId`s are returned in the response from the [chromeosdevices.list](/admin-sdk/v1/reference/chromeosdevices/list) method.", "location": "path", "required": true, "type": "string" }, "projection": { "description": "Determines whether the response contains the full list of properties or only a subset.", "location": "query", "type": "string", "enumDescriptions": [ "Includes only the basic metadata fields (e.g., deviceId, serialNumber, status, and user)", "Includes all metadata fields" ], "enum": [ "BASIC", "FULL" ] } }, "parameterOrder": [ "customerId", "deviceId" ], "request": { "$ref": "ChromeOsDevice" }, "response": { "$ref": "ChromeOsDevice" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.device.chromeos" ], "description": "Updates a device's updatable properties, such as `annotatedUser`, `annotatedLocation`, `notes`, `orgUnitPath`, or `annotatedAssetId`." } } }, "customer": { "resources": { "devices": { "resources": { "chromeos": { "methods": { "issueCommand": { "id": "admin.customer.devices.chromeos.issueCommand", "path": "admin/directory/v1/customer/{customerId}/devices/chromeos/{deviceId}:issueCommand", "flatPath": "admin/directory/v1/customer/{customerId}/devices/chromeos/{deviceId}:issueCommand", "httpMethod": "POST", "parameters": { "customerId": { "description": "Immutable. ID of the Google Workspace account.", "location": "path", "required": true, "type": "string" }, "deviceId": { "description": "Immutable. ID of Chrome OS Device.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "customerId", "deviceId" ], "request": { "$ref": "DirectoryChromeosdevicesIssueCommandRequest" }, "response": { "$ref": "DirectoryChromeosdevicesIssueCommandResponse" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.device.chromeos" ], "description": "Issues a command for the device to execute." }, "batchChangeStatus": { "id": "admin.customer.devices.chromeos.batchChangeStatus", "path": "admin/directory/v1/customer/{customerId}/devices/chromeos:batchChangeStatus", "flatPath": "admin/directory/v1/customer/{customerId}/devices/chromeos:batchChangeStatus", "httpMethod": "POST", "parameters": { "customerId": { "description": "Required. Immutable ID of the Google Workspace account.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "customerId" ], "request": { "$ref": "BatchChangeChromeOsDeviceStatusRequest" }, "response": { "$ref": "BatchChangeChromeOsDeviceStatusResponse" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.device.chromeos" ], "description": "Changes the status of a batch of ChromeOS devices. For more information about changing a ChromeOS device state [Repair, repurpose, or retire ChromeOS devices](https://support.google.com/chrome/a/answer/3523633)." } }, "resources": { "commands": { "methods": { "get": { "id": "admin.customer.devices.chromeos.commands.get", "path": "admin/directory/v1/customer/{customerId}/devices/chromeos/{deviceId}/commands/{commandId}", "flatPath": "admin/directory/v1/customer/{customerId}/devices/chromeos/{deviceId}/commands/{commandId}", "httpMethod": "GET", "parameters": { "customerId": { "description": "Immutable. ID of the Google Workspace account.", "location": "path", "required": true, "type": "string" }, "deviceId": { "description": "Immutable. ID of Chrome OS Device.", "location": "path", "required": true, "type": "string" }, "commandId": { "description": "Immutable. ID of Chrome OS Device Command.", "location": "path", "required": true, "type": "string", "format": "int64" } }, "parameterOrder": [ "customerId", "deviceId", "commandId" ], "response": { "$ref": "DirectoryChromeosdevicesCommand" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.device.chromeos", "https://www.googleapis.com/auth/admin.directory.device.chromeos.readonly" ], "description": "Gets command data a specific command issued to the device." } } } } } } } } }, "asps": { "methods": { "delete": { "id": "directory.asps.delete", "path": "admin/directory/v1/users/{userKey}/asps/{codeId}", "flatPath": "admin/directory/v1/users/{userKey}/asps/{codeId}", "httpMethod": "DELETE", "parameters": { "userKey": { "description": "Identifies the user in the API request. The value can be the user's primary email address, alias email address, or unique user ID.", "location": "path", "required": true, "type": "string" }, "codeId": { "description": "The unique ID of the ASP to be deleted.", "location": "path", "required": true, "type": "integer", "format": "int32" } }, "parameterOrder": [ "userKey", "codeId" ], "scopes": [ "https://www.googleapis.com/auth/admin.directory.user.security" ], "description": "Deletes an ASP issued by a user." }, "get": { "id": "directory.asps.get", "path": "admin/directory/v1/users/{userKey}/asps/{codeId}", "flatPath": "admin/directory/v1/users/{userKey}/asps/{codeId}", "httpMethod": "GET", "parameters": { "userKey": { "description": "Identifies the user in the API request. The value can be the user's primary email address, alias email address, or unique user ID.", "location": "path", "required": true, "type": "string" }, "codeId": { "description": "The unique ID of the ASP.", "location": "path", "required": true, "type": "integer", "format": "int32" } }, "parameterOrder": [ "userKey", "codeId" ], "response": { "$ref": "Asp" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.user.security" ], "description": "Gets information about an ASP issued by a user." }, "list": { "id": "directory.asps.list", "path": "admin/directory/v1/users/{userKey}/asps", "flatPath": "admin/directory/v1/users/{userKey}/asps", "httpMethod": "GET", "parameters": { "userKey": { "description": "Identifies the user in the API request. The value can be the user's primary email address, alias email address, or unique user ID.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "userKey" ], "response": { "$ref": "Asps" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.user.security" ], "description": "Lists the ASPs issued by a user." } } }, "channels": { "methods": { "stop": { "id": "admin.channels.stop", "path": "admin/directory_v1/channels/stop", "flatPath": "admin/directory_v1/channels/stop", "httpMethod": "POST", "parameters": {}, "parameterOrder": [], "request": { "$ref": "Channel" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.user", "https://www.googleapis.com/auth/admin.directory.user.alias", "https://www.googleapis.com/auth/admin.directory.user.alias.readonly", "https://www.googleapis.com/auth/admin.directory.user.readonly", "https://www.googleapis.com/auth/cloud-platform" ], "description": "Stops watching resources through this channel." } } }, "customers": { "methods": { "get": { "id": "directory.customers.get", "path": "admin/directory/v1/customers/{customerKey}", "flatPath": "admin/directory/v1/customers/{customerKey}", "httpMethod": "GET", "parameters": { "customerKey": { "description": "Id of the customer to be retrieved", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "customerKey" ], "response": { "$ref": "Customer" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.customer", "https://www.googleapis.com/auth/admin.directory.customer.readonly" ], "description": "Retrieves a customer." }, "update": { "id": "directory.customers.update", "path": "admin/directory/v1/customers/{customerKey}", "flatPath": "admin/directory/v1/customers/{customerKey}", "httpMethod": "PUT", "parameters": { "customerKey": { "description": "Id of the customer to be updated", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "customerKey" ], "request": { "$ref": "Customer" }, "response": { "$ref": "Customer" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.customer" ], "description": "Updates a customer." }, "patch": { "id": "directory.customers.patch", "path": "admin/directory/v1/customers/{customerKey}", "flatPath": "admin/directory/v1/customers/{customerKey}", "httpMethod": "PATCH", "parameters": { "customerKey": { "description": "Id of the customer to be updated", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "customerKey" ], "request": { "$ref": "Customer" }, "response": { "$ref": "Customer" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.customer" ], "description": "Patches a customer." } }, "resources": { "chrome": { "resources": { "printers": { "methods": { "listPrinterModels": { "id": "admin.customers.chrome.printers.listPrinterModels", "path": "admin/directory/v1/{+parent}/chrome/printers:listPrinterModels", "flatPath": "admin/directory/v1/customers/{customersId}/chrome/printers:listPrinterModels", "httpMethod": "GET", "parameters": { "parent": { "description": "Required. The name of the customer who owns this collection of printers. Format: customers/{customer_id}", "pattern": "^customers/[^/]+$", "location": "path", "required": true, "type": "string" }, "pageSize": { "description": "The maximum number of objects to return. The service may return fewer than this value.", "location": "query", "type": "integer", "format": "int32" }, "pageToken": { "description": "A page token, received from a previous call.", "location": "query", "type": "string" }, "filter": { "description": "Filer to list only models by a given manufacturer in format: \"manufacturer:Brother\". Search syntax is shared between this api and Admin Console printers pages.", "location": "query", "type": "string" } }, "parameterOrder": [ "parent" ], "response": { "$ref": "ListPrinterModelsResponse" }, "scopes": [ "https://www.googleapis.com/auth/admin.chrome.printers", "https://www.googleapis.com/auth/admin.chrome.printers.readonly" ], "description": "Lists the supported printer models." }, "list": { "id": "admin.customers.chrome.printers.list", "path": "admin/directory/v1/{+parent}/chrome/printers", "flatPath": "admin/directory/v1/customers/{customersId}/chrome/printers", "httpMethod": "GET", "parameters": { "parent": { "description": "Required. The name of the customer who owns this collection of printers. Format: customers/{customer_id}", "pattern": "^customers/[^/]+$", "location": "path", "required": true, "type": "string" }, "pageSize": { "description": "The maximum number of objects to return. The service may return fewer than this value.", "location": "query", "type": "integer", "format": "int32" }, "pageToken": { "description": "A page token, received from a previous call.", "location": "query", "type": "string" }, "orgUnitId": { "description": "Organization Unit that we want to list the printers for. When org_unit is not present in the request then all printers of the customer are returned (or filtered). When org_unit is present in the request then only printers available to this OU will be returned (owned or inherited). You may see if printer is owned or inherited for this OU by looking at Printer.org_unit_id.", "location": "query", "type": "string" }, "filter": { "description": "Search query. Search syntax is shared between this api and Admin Console printers pages.", "location": "query", "type": "string" }, "orderBy": { "description": "The order to sort results by. Must be one of display_name, description, make_and_model, or create_time. Default order is ascending, but descending order can be returned by appending \"desc\" to the order_by field. For instance, \"description desc\" will return the printers sorted by description in descending order.", "location": "query", "type": "string" } }, "parameterOrder": [ "parent" ], "response": { "$ref": "ListPrintersResponse" }, "scopes": [ "https://www.googleapis.com/auth/admin.chrome.printers", "https://www.googleapis.com/auth/admin.chrome.printers.readonly" ], "description": "List printers configs." }, "get": { "id": "admin.customers.chrome.printers.get", "path": "admin/directory/v1/{+name}", "flatPath": "admin/directory/v1/customers/{customersId}/chrome/printers/{printersId}", "httpMethod": "GET", "parameters": { "name": { "description": "Required. The name of the printer to retrieve. Format: customers/{customer_id}/chrome/printers/{printer_id}", "pattern": "^customers/[^/]+/chrome/printers/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "name" ], "response": { "$ref": "Printer" }, "scopes": [ "https://www.googleapis.com/auth/admin.chrome.printers", "https://www.googleapis.com/auth/admin.chrome.printers.readonly" ], "description": "Returns a `Printer` resource (printer's config)." }, "create": { "id": "admin.customers.chrome.printers.create", "path": "admin/directory/v1/{+parent}/chrome/printers", "flatPath": "admin/directory/v1/customers/{customersId}/chrome/printers", "httpMethod": "POST", "parameters": { "parent": { "description": "Required. The name of the customer. Format: customers/{customer_id}", "pattern": "^customers/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "parent" ], "request": { "$ref": "Printer" }, "response": { "$ref": "Printer" }, "scopes": [ "https://www.googleapis.com/auth/admin.chrome.printers" ], "description": "Creates a printer under given Organization Unit." }, "batchCreatePrinters": { "id": "admin.customers.chrome.printers.batchCreatePrinters", "path": "admin/directory/v1/{+parent}/chrome/printers:batchCreatePrinters", "flatPath": "admin/directory/v1/customers/{customersId}/chrome/printers:batchCreatePrinters", "httpMethod": "POST", "parameters": { "parent": { "description": "Required. The name of the customer. Format: customers/{customer_id}", "pattern": "^customers/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "parent" ], "request": { "$ref": "BatchCreatePrintersRequest" }, "response": { "$ref": "BatchCreatePrintersResponse" }, "scopes": [ "https://www.googleapis.com/auth/admin.chrome.printers" ], "description": "Creates printers under given Organization Unit." }, "patch": { "id": "admin.customers.chrome.printers.patch", "path": "admin/directory/v1/{+name}", "flatPath": "admin/directory/v1/customers/{customersId}/chrome/printers/{printersId}", "httpMethod": "PATCH", "parameters": { "name": { "description": "The resource name of the Printer object, in the format customers/{customer-id}/printers/{printer-id} (During printer creation leave empty)", "pattern": "^customers/[^/]+/chrome/printers/[^/]+$", "location": "path", "required": true, "type": "string" }, "updateMask": { "description": "The list of fields to be updated. Note, some of the fields are read only and cannot be updated. Values for not specified fields will be patched.", "location": "query", "type": "string", "format": "google-fieldmask" }, "clearMask": { "description": "The list of fields to be cleared. Note, some of the fields are read only and cannot be updated. Values for not specified fields will be patched.", "location": "query", "type": "string", "format": "google-fieldmask" } }, "parameterOrder": [ "name" ], "request": { "$ref": "Printer" }, "response": { "$ref": "Printer" }, "scopes": [ "https://www.googleapis.com/auth/admin.chrome.printers" ], "description": "Updates a `Printer` resource." }, "delete": { "id": "admin.customers.chrome.printers.delete", "path": "admin/directory/v1/{+name}", "flatPath": "admin/directory/v1/customers/{customersId}/chrome/printers/{printersId}", "httpMethod": "DELETE", "parameters": { "name": { "description": "Required. The name of the printer to be updated. Format: customers/{customer_id}/chrome/printers/{printer_id}", "pattern": "^customers/[^/]+/chrome/printers/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "name" ], "response": { "$ref": "Empty" }, "scopes": [ "https://www.googleapis.com/auth/admin.chrome.printers" ], "description": "Deletes a `Printer`." }, "batchDeletePrinters": { "id": "admin.customers.chrome.printers.batchDeletePrinters", "path": "admin/directory/v1/{+parent}/chrome/printers:batchDeletePrinters", "flatPath": "admin/directory/v1/customers/{customersId}/chrome/printers:batchDeletePrinters", "httpMethod": "POST", "parameters": { "parent": { "description": "Required. The name of the customer. Format: customers/{customer_id}", "pattern": "^customers/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "parent" ], "request": { "$ref": "BatchDeletePrintersRequest" }, "response": { "$ref": "BatchDeletePrintersResponse" }, "scopes": [ "https://www.googleapis.com/auth/admin.chrome.printers" ], "description": "Deletes printers in batch." } } }, "printServers": { "methods": { "list": { "id": "admin.customers.chrome.printServers.list", "path": "admin/directory/v1/{+parent}/chrome/printServers", "flatPath": "admin/directory/v1/customers/{customersId}/chrome/printServers", "httpMethod": "GET", "parameters": { "parent": { "description": "Required. The [unique ID](https://developers.google.com/admin-sdk/directory/reference/rest/v1/customers) of the customer's Google Workspace account. Format: `customers/{id}`", "pattern": "^customers/[^/]+$", "location": "path", "required": true, "type": "string" }, "pageSize": { "description": "The maximum number of objects to return (default `100`, max `100`). The service might return fewer than this value.", "location": "query", "type": "integer", "format": "int32" }, "pageToken": { "description": "A generated token to paginate results (the `next_page_token` from a previous call).", "location": "query", "type": "string" }, "orgUnitId": { "description": "If `org_unit_id` is present in the request, only print servers owned or inherited by the organizational unit (OU) are returned. If the `PrintServer` resource's `org_unit_id` matches the one in the request, the OU owns the server. If `org_unit_id` is not specified in the request, all print servers are returned or filtered against.", "location": "query", "type": "string" }, "filter": { "description": "Search query in [Common Expression Language syntax](https://github.com/google/cel-spec). Supported filters are `display_name`, `description`, and `uri`. Example: `printServer.displayName=='marketing-queue'`.", "location": "query", "type": "string" }, "orderBy": { "description": "Sort order for results. Supported values are `display_name`, `description`, or `create_time`. Default order is ascending, but descending order can be returned by appending \"desc\" to the `order_by` field. For instance, `orderBy=='description desc'` returns the print servers sorted by description in descending order.", "location": "query", "type": "string" } }, "parameterOrder": [ "parent" ], "response": { "$ref": "ListPrintServersResponse" }, "scopes": [ "https://www.googleapis.com/auth/admin.chrome.printers", "https://www.googleapis.com/auth/admin.chrome.printers.readonly" ], "description": "Lists print server configurations." }, "get": { "id": "admin.customers.chrome.printServers.get", "path": "admin/directory/v1/{+name}", "flatPath": "admin/directory/v1/customers/{customersId}/chrome/printServers/{printServersId}", "httpMethod": "GET", "parameters": { "name": { "description": "Required. The [unique ID](https://developers.google.com/admin-sdk/directory/reference/rest/v1/customers) of the customer's Google Workspace account. Format: `customers/{id}`", "pattern": "^customers/[^/]+/chrome/printServers/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "name" ], "response": { "$ref": "PrintServer" }, "scopes": [ "https://www.googleapis.com/auth/admin.chrome.printers", "https://www.googleapis.com/auth/admin.chrome.printers.readonly" ], "description": "Returns a print server's configuration." }, "create": { "id": "admin.customers.chrome.printServers.create", "path": "admin/directory/v1/{+parent}/chrome/printServers", "flatPath": "admin/directory/v1/customers/{customersId}/chrome/printServers", "httpMethod": "POST", "parameters": { "parent": { "description": "Required. The [unique ID](https://developers.google.com/admin-sdk/directory/reference/rest/v1/customers) of the customer's Google Workspace account. Format: `customers/{id}`", "pattern": "^customers/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "parent" ], "request": { "$ref": "PrintServer" }, "response": { "$ref": "PrintServer" }, "scopes": [ "https://www.googleapis.com/auth/admin.chrome.printers" ], "description": "Creates a print server." }, "batchCreatePrintServers": { "id": "admin.customers.chrome.printServers.batchCreatePrintServers", "path": "admin/directory/v1/{+parent}/chrome/printServers:batchCreatePrintServers", "flatPath": "admin/directory/v1/customers/{customersId}/chrome/printServers:batchCreatePrintServers", "httpMethod": "POST", "parameters": { "parent": { "description": "Required. The [unique ID](https://developers.google.com/admin-sdk/directory/reference/rest/v1/customers) of the customer's Google Workspace account. Format: `customers/{id}`", "pattern": "^customers/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "parent" ], "request": { "$ref": "BatchCreatePrintServersRequest" }, "response": { "$ref": "BatchCreatePrintServersResponse" }, "scopes": [ "https://www.googleapis.com/auth/admin.chrome.printers" ], "description": "Creates multiple print servers." }, "patch": { "id": "admin.customers.chrome.printServers.patch", "path": "admin/directory/v1/{+name}", "flatPath": "admin/directory/v1/customers/{customersId}/chrome/printServers/{printServersId}", "httpMethod": "PATCH", "parameters": { "name": { "description": "Immutable. Resource name of the print server. Leave empty when creating. Format: `customers/{customer.id}/printServers/{print_server.id}`", "pattern": "^customers/[^/]+/chrome/printServers/[^/]+$", "location": "path", "required": true, "type": "string" }, "updateMask": { "description": "The list of fields to update. Some fields are read-only and cannot be updated. Values for unspecified fields are patched.", "location": "query", "type": "string", "format": "google-fieldmask" } }, "parameterOrder": [ "name" ], "request": { "$ref": "PrintServer" }, "response": { "$ref": "PrintServer" }, "scopes": [ "https://www.googleapis.com/auth/admin.chrome.printers" ], "description": "Updates a print server's configuration." }, "delete": { "id": "admin.customers.chrome.printServers.delete", "path": "admin/directory/v1/{+name}", "flatPath": "admin/directory/v1/customers/{customersId}/chrome/printServers/{printServersId}", "httpMethod": "DELETE", "parameters": { "name": { "description": "Required. The name of the print server to be deleted. Format: `customers/{customer.id}/chrome/printServers/{print_server.id}`", "pattern": "^customers/[^/]+/chrome/printServers/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "name" ], "response": { "$ref": "Empty" }, "scopes": [ "https://www.googleapis.com/auth/admin.chrome.printers" ], "description": "Deletes a print server." }, "batchDeletePrintServers": { "id": "admin.customers.chrome.printServers.batchDeletePrintServers", "path": "admin/directory/v1/{+parent}/chrome/printServers:batchDeletePrintServers", "flatPath": "admin/directory/v1/customers/{customersId}/chrome/printServers:batchDeletePrintServers", "httpMethod": "POST", "parameters": { "parent": { "description": "Required. The [unique ID](https://developers.google.com/admin-sdk/directory/reference/rest/v1/customers) of the customer's Google Workspace account. Format: `customers/{customer.id}`", "pattern": "^customers/[^/]+$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "parent" ], "request": { "$ref": "BatchDeletePrintServersRequest" }, "response": { "$ref": "BatchDeletePrintServersResponse" }, "scopes": [ "https://www.googleapis.com/auth/admin.chrome.printers" ], "description": "Deletes multiple print servers." } } } } } } }, "domainAliases": { "methods": { "delete": { "id": "directory.domainAliases.delete", "path": "admin/directory/v1/customer/{customer}/domainaliases/{domainAliasName}", "flatPath": "admin/directory/v1/customer/{customer}/domainaliases/{domainAliasName}", "httpMethod": "DELETE", "parameters": { "customer": { "description": "Immutable ID of the Google Workspace account.", "location": "path", "required": true, "type": "string" }, "domainAliasName": { "description": "Name of domain alias to be retrieved.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "customer", "domainAliasName" ], "scopes": [ "https://www.googleapis.com/auth/admin.directory.domain" ], "description": "Deletes a domain Alias of the customer." }, "get": { "id": "directory.domainAliases.get", "path": "admin/directory/v1/customer/{customer}/domainaliases/{domainAliasName}", "flatPath": "admin/directory/v1/customer/{customer}/domainaliases/{domainAliasName}", "httpMethod": "GET", "parameters": { "customer": { "description": "The unique ID for the customer's Google Workspace account. In case of a multi-domain account, to fetch all groups for a customer, use this field instead of `domain`. You can also use the `my_customer` alias to represent your account's `customerId`. The `customerId` is also returned as part of the [Users](/admin-sdk/directory/v1/reference/users) resource. You must provide either the `customer` or the `domain` parameter.", "location": "path", "required": true, "type": "string" }, "domainAliasName": { "description": "Name of domain alias to be retrieved.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "customer", "domainAliasName" ], "response": { "$ref": "DomainAlias" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.domain", "https://www.googleapis.com/auth/admin.directory.domain.readonly" ], "description": "Retrieves a domain alias of the customer." }, "insert": { "id": "directory.domainAliases.insert", "path": "admin/directory/v1/customer/{customer}/domainaliases", "flatPath": "admin/directory/v1/customer/{customer}/domainaliases", "httpMethod": "POST", "parameters": { "customer": { "description": "Immutable ID of the Google Workspace account.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "customer" ], "request": { "$ref": "DomainAlias" }, "response": { "$ref": "DomainAlias" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.domain" ], "description": "Inserts a domain alias of the customer." }, "list": { "id": "directory.domainAliases.list", "path": "admin/directory/v1/customer/{customer}/domainaliases", "flatPath": "admin/directory/v1/customer/{customer}/domainaliases", "httpMethod": "GET", "parameters": { "customer": { "description": "The unique ID for the customer's Google Workspace account. In case of a multi-domain account, to fetch all groups for a customer, use this field instead of `domain`. You can also use the `my_customer` alias to represent your account's `customerId`. The `customerId` is also returned as part of the [Users](/admin-sdk/directory/v1/reference/users) resource. You must provide either the `customer` or the `domain` parameter.", "location": "path", "required": true, "type": "string" }, "parentDomainName": { "description": "Name of the parent domain for which domain aliases are to be fetched.", "location": "query", "type": "string" } }, "parameterOrder": [ "customer" ], "response": { "$ref": "DomainAliases" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.domain", "https://www.googleapis.com/auth/admin.directory.domain.readonly" ], "description": "Lists the domain aliases of the customer." } } }, "domains": { "methods": { "delete": { "id": "directory.domains.delete", "path": "admin/directory/v1/customer/{customer}/domains/{domainName}", "flatPath": "admin/directory/v1/customer/{customer}/domains/{domainName}", "httpMethod": "DELETE", "parameters": { "customer": { "description": "Immutable ID of the Google Workspace account.", "location": "path", "required": true, "type": "string" }, "domainName": { "description": "Name of domain to be deleted", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "customer", "domainName" ], "scopes": [ "https://www.googleapis.com/auth/admin.directory.domain" ], "description": "Deletes a domain of the customer." }, "get": { "id": "directory.domains.get", "path": "admin/directory/v1/customer/{customer}/domains/{domainName}", "flatPath": "admin/directory/v1/customer/{customer}/domains/{domainName}", "httpMethod": "GET", "parameters": { "customer": { "description": "The unique ID for the customer's Google Workspace account. In case of a multi-domain account, to fetch all groups for a customer, use this field instead of `domain`. You can also use the `my_customer` alias to represent your account's `customerId`. The `customerId` is also returned as part of the [Users](/admin-sdk/directory/v1/reference/users) resource. You must provide either the `customer` or the `domain` parameter.", "location": "path", "required": true, "type": "string" }, "domainName": { "description": "Name of domain to be retrieved", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "customer", "domainName" ], "response": { "$ref": "Domains" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.domain", "https://www.googleapis.com/auth/admin.directory.domain.readonly" ], "description": "Retrieves a domain of the customer." }, "insert": { "id": "directory.domains.insert", "path": "admin/directory/v1/customer/{customer}/domains", "flatPath": "admin/directory/v1/customer/{customer}/domains", "httpMethod": "POST", "parameters": { "customer": { "description": "Immutable ID of the Google Workspace account.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "customer" ], "request": { "$ref": "Domains" }, "response": { "$ref": "Domains" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.domain" ], "description": "Inserts a domain of the customer." }, "list": { "id": "directory.domains.list", "path": "admin/directory/v1/customer/{customer}/domains", "flatPath": "admin/directory/v1/customer/{customer}/domains", "httpMethod": "GET", "parameters": { "customer": { "description": "The unique ID for the customer's Google Workspace account. In case of a multi-domain account, to fetch all groups for a customer, use this field instead of `domain`. You can also use the `my_customer` alias to represent your account's `customerId`. The `customerId` is also returned as part of the [Users](/admin-sdk/directory/v1/reference/users) resource. You must provide either the `customer` or the `domain` parameter.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "customer" ], "response": { "$ref": "Domains2" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.domain", "https://www.googleapis.com/auth/admin.directory.domain.readonly" ], "description": "Lists the domains of the customer." } } }, "groups": { "methods": { "delete": { "id": "directory.groups.delete", "path": "admin/directory/v1/groups/{groupKey}", "flatPath": "admin/directory/v1/groups/{groupKey}", "httpMethod": "DELETE", "parameters": { "groupKey": { "description": "Identifies the group in the API request. The value can be the group's email address, group alias, or the unique group ID.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "groupKey" ], "scopes": [ "https://www.googleapis.com/auth/admin.directory.group" ], "description": "Deletes a group." }, "get": { "id": "directory.groups.get", "path": "admin/directory/v1/groups/{groupKey}", "flatPath": "admin/directory/v1/groups/{groupKey}", "httpMethod": "GET", "parameters": { "groupKey": { "description": "Identifies the group in the API request. The value can be the group's email address, group alias, or the unique group ID.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "groupKey" ], "response": { "$ref": "Group" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.group", "https://www.googleapis.com/auth/admin.directory.group.readonly" ], "description": "Retrieves a group's properties." }, "insert": { "id": "directory.groups.insert", "path": "admin/directory/v1/groups", "flatPath": "admin/directory/v1/groups", "httpMethod": "POST", "parameters": {}, "parameterOrder": [], "request": { "$ref": "Group" }, "response": { "$ref": "Group" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.group" ], "description": "Creates a group." }, "list": { "id": "directory.groups.list", "path": "admin/directory/v1/groups", "flatPath": "admin/directory/v1/groups", "httpMethod": "GET", "parameters": { "customer": { "description": "The unique ID for the customer's Google Workspace account. In case of a multi-domain account, to fetch all groups for a customer, use this field instead of `domain`. You can also use the `my_customer` alias to represent your account's `customerId`. The `customerId` is also returned as part of the [Users](/admin-sdk/directory/v1/reference/users) resource. You must provide either the `customer` or the `domain` parameter.", "location": "query", "type": "string" }, "domain": { "description": "The domain name. Use this field to get groups from only one domain. To return all domains for a customer account, use the `customer` query parameter instead.", "location": "query", "type": "string" }, "maxResults": { "description": "Maximum number of results to return. Max allowed value is 200.", "default": "200", "minimum": "1", "location": "query", "type": "integer", "format": "int32" }, "orderBy": { "description": "Column to use for sorting results", "location": "query", "type": "string", "enumDescriptions": [ "Email of the group." ], "enum": [ "email" ] }, "pageToken": { "description": "Token to specify next page in the list", "location": "query", "type": "string" }, "query": { "description": "Query string search. Should be of the form \"\". Complete documentation is at https: //developers.google.com/admin-sdk/directory/v1/guides/search-groups", "location": "query", "type": "string" }, "sortOrder": { "description": "Whether to return results in ascending or descending order. Only of use when orderBy is also used", "location": "query", "type": "string", "enumDescriptions": [ "Ascending order.", "Descending order." ], "enum": [ "ASCENDING", "DESCENDING" ] }, "userKey": { "description": "Email or immutable ID of the user if only those groups are to be listed, the given user is a member of. If it's an ID, it should match with the ID of the user object.", "location": "query", "type": "string" } }, "parameterOrder": [], "response": { "$ref": "Groups" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.group", "https://www.googleapis.com/auth/admin.directory.group.readonly" ], "description": "Retrieves all groups of a domain or of a user given a userKey (paginated)." }, "update": { "id": "directory.groups.update", "path": "admin/directory/v1/groups/{groupKey}", "flatPath": "admin/directory/v1/groups/{groupKey}", "httpMethod": "PUT", "parameters": { "groupKey": { "description": "Identifies the group in the API request. The value can be the group's email address, group alias, or the unique group ID.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "groupKey" ], "request": { "$ref": "Group" }, "response": { "$ref": "Group" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.group" ], "description": "Updates a group's properties." }, "patch": { "id": "directory.groups.patch", "path": "admin/directory/v1/groups/{groupKey}", "flatPath": "admin/directory/v1/groups/{groupKey}", "httpMethod": "PATCH", "parameters": { "groupKey": { "description": "Identifies the group in the API request. The value can be the group's email address, group alias, or the unique group ID.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "groupKey" ], "request": { "$ref": "Group" }, "response": { "$ref": "Group" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.group" ], "description": "Updates a group's properties. This method supports [patch semantics](/admin-sdk/directory/v1/guides/performance#patch)." } }, "resources": { "aliases": { "methods": { "delete": { "id": "directory.groups.aliases.delete", "path": "admin/directory/v1/groups/{groupKey}/aliases/{alias}", "flatPath": "admin/directory/v1/groups/{groupKey}/aliases/{alias}", "httpMethod": "DELETE", "parameters": { "groupKey": { "description": "Identifies the group in the API request. The value can be the group's email address, group alias, or the unique group ID.", "location": "path", "required": true, "type": "string" }, "alias": { "description": "The alias to be removed", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "groupKey", "alias" ], "scopes": [ "https://www.googleapis.com/auth/admin.directory.group" ], "description": "Removes an alias." }, "insert": { "id": "directory.groups.aliases.insert", "path": "admin/directory/v1/groups/{groupKey}/aliases", "flatPath": "admin/directory/v1/groups/{groupKey}/aliases", "httpMethod": "POST", "parameters": { "groupKey": { "description": "Identifies the group in the API request. The value can be the group's email address, group alias, or the unique group ID.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "groupKey" ], "request": { "$ref": "Alias" }, "response": { "$ref": "Alias" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.group" ], "description": "Adds an alias for the group." }, "list": { "id": "directory.groups.aliases.list", "path": "admin/directory/v1/groups/{groupKey}/aliases", "flatPath": "admin/directory/v1/groups/{groupKey}/aliases", "httpMethod": "GET", "parameters": { "groupKey": { "description": "Identifies the group in the API request. The value can be the group's email address, group alias, or the unique group ID.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "groupKey" ], "response": { "$ref": "Aliases" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.group", "https://www.googleapis.com/auth/admin.directory.group.readonly" ], "description": "Lists all aliases for a group." } } } } }, "members": { "methods": { "delete": { "id": "directory.members.delete", "path": "admin/directory/v1/groups/{groupKey}/members/{memberKey}", "flatPath": "admin/directory/v1/groups/{groupKey}/members/{memberKey}", "httpMethod": "DELETE", "parameters": { "groupKey": { "description": "Identifies the group in the API request. The value can be the group's email address, group alias, or the unique group ID.", "location": "path", "required": true, "type": "string" }, "memberKey": { "description": "Identifies the group member in the API request. A group member can be a user or another group. The value can be the member's (group or user) primary email address, alias, or unique ID.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "groupKey", "memberKey" ], "scopes": [ "https://www.googleapis.com/auth/admin.directory.group", "https://www.googleapis.com/auth/admin.directory.group.member" ], "description": "Removes a member from a group." }, "get": { "id": "directory.members.get", "path": "admin/directory/v1/groups/{groupKey}/members/{memberKey}", "flatPath": "admin/directory/v1/groups/{groupKey}/members/{memberKey}", "httpMethod": "GET", "parameters": { "groupKey": { "description": "Identifies the group in the API request. The value can be the group's email address, group alias, or the unique group ID.", "location": "path", "required": true, "type": "string" }, "memberKey": { "description": "Identifies the group member in the API request. A group member can be a user or another group. The value can be the member's (group or user) primary email address, alias, or unique ID.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "groupKey", "memberKey" ], "response": { "$ref": "Member" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.group", "https://www.googleapis.com/auth/admin.directory.group.member", "https://www.googleapis.com/auth/admin.directory.group.member.readonly", "https://www.googleapis.com/auth/admin.directory.group.readonly" ], "description": "Retrieves a group member's properties." }, "hasMember": { "id": "directory.members.hasMember", "path": "admin/directory/v1/groups/{groupKey}/hasMember/{memberKey}", "flatPath": "admin/directory/v1/groups/{groupKey}/hasMember/{memberKey}", "httpMethod": "GET", "parameters": { "groupKey": { "description": "Identifies the group in the API request. The value can be the group's email address, group alias, or the unique group ID.", "location": "path", "required": true, "type": "string" }, "memberKey": { "description": "Identifies the user member in the API request. The value can be the user's primary email address, alias, or unique ID.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "groupKey", "memberKey" ], "response": { "$ref": "MembersHasMember" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.group", "https://www.googleapis.com/auth/admin.directory.group.member", "https://www.googleapis.com/auth/admin.directory.group.member.readonly", "https://www.googleapis.com/auth/admin.directory.group.readonly" ], "description": "Checks whether the given user is a member of the group. Membership can be direct or nested, but if nested, the `memberKey` and `groupKey` must be entities in the same domain or an `Invalid input` error is returned. To check for nested memberships that include entities outside of the group's domain, use the [`checkTransitiveMembership()`](https://cloud.google.com/identity/docs/reference/rest/v1/groups.memberships/checkTransitiveMembership) method in the Cloud Identity Groups API." }, "insert": { "id": "directory.members.insert", "path": "admin/directory/v1/groups/{groupKey}/members", "flatPath": "admin/directory/v1/groups/{groupKey}/members", "httpMethod": "POST", "parameters": { "groupKey": { "description": "Identifies the group in the API request. The value can be the group's email address, group alias, or the unique group ID.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "groupKey" ], "request": { "$ref": "Member" }, "response": { "$ref": "Member" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.group", "https://www.googleapis.com/auth/admin.directory.group.member" ], "description": "Adds a user to the specified group." }, "list": { "id": "directory.members.list", "path": "admin/directory/v1/groups/{groupKey}/members", "flatPath": "admin/directory/v1/groups/{groupKey}/members", "httpMethod": "GET", "parameters": { "groupKey": { "description": "Identifies the group in the API request. The value can be the group's email address, group alias, or the unique group ID.", "location": "path", "required": true, "type": "string" }, "includeDerivedMembership": { "description": "Whether to list indirect memberships. Default: false.", "location": "query", "type": "boolean" }, "maxResults": { "description": "Maximum number of results to return. Max allowed value is 200.", "default": "200", "minimum": "1", "location": "query", "type": "integer", "format": "int32" }, "pageToken": { "description": "Token to specify next page in the list.", "location": "query", "type": "string" }, "roles": { "description": "The `roles` query parameter allows you to retrieve group members by role. Allowed values are `OWNER`, `MANAGER`, and `MEMBER`.", "location": "query", "type": "string" } }, "parameterOrder": [ "groupKey" ], "response": { "$ref": "Members" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.group", "https://www.googleapis.com/auth/admin.directory.group.member", "https://www.googleapis.com/auth/admin.directory.group.member.readonly", "https://www.googleapis.com/auth/admin.directory.group.readonly" ], "description": "Retrieves a paginated list of all members in a group. This method times out after 60 minutes. For more information, see [Troubleshoot error codes](https://developers.google.com/admin-sdk/directory/v1/guides/troubleshoot-error-codes)." }, "update": { "id": "directory.members.update", "path": "admin/directory/v1/groups/{groupKey}/members/{memberKey}", "flatPath": "admin/directory/v1/groups/{groupKey}/members/{memberKey}", "httpMethod": "PUT", "parameters": { "groupKey": { "description": "Identifies the group in the API request. The value can be the group's email address, group alias, or the unique group ID.", "location": "path", "required": true, "type": "string" }, "memberKey": { "description": "Identifies the group member in the API request. A group member can be a user or another group. The value can be the member's (group or user) primary email address, alias, or unique ID.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "groupKey", "memberKey" ], "request": { "$ref": "Member" }, "response": { "$ref": "Member" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.group", "https://www.googleapis.com/auth/admin.directory.group.member" ], "description": "Updates the membership of a user in the specified group." }, "patch": { "id": "directory.members.patch", "path": "admin/directory/v1/groups/{groupKey}/members/{memberKey}", "flatPath": "admin/directory/v1/groups/{groupKey}/members/{memberKey}", "httpMethod": "PATCH", "parameters": { "groupKey": { "description": "Identifies the group in the API request. The value can be the group's email address, group alias, or the unique group ID.", "location": "path", "required": true, "type": "string" }, "memberKey": { "description": "Identifies the group member in the API request. A group member can be a user or another group. The value can be the member's (group or user) primary email address, alias, or unique ID.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "groupKey", "memberKey" ], "request": { "$ref": "Member" }, "response": { "$ref": "Member" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.group", "https://www.googleapis.com/auth/admin.directory.group.member" ], "description": "Updates the membership properties of a user in the specified group. This method supports [patch semantics](/admin-sdk/directory/v1/guides/performance#patch)." } } }, "mobiledevices": { "methods": { "action": { "id": "directory.mobiledevices.action", "path": "admin/directory/v1/customer/{customerId}/devices/mobile/{resourceId}/action", "flatPath": "admin/directory/v1/customer/{customerId}/devices/mobile/{resourceId}/action", "httpMethod": "POST", "parameters": { "customerId": { "description": "The unique ID for the customer's Google Workspace account. As an account administrator, you can also use the `my_customer` alias to represent your account's `customerId`. The `customerId` is also returned as part of the [Users resource](/admin-sdk/directory/v1/reference/users).", "location": "path", "required": true, "type": "string" }, "resourceId": { "description": "The unique ID the API service uses to identify the mobile device.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "customerId", "resourceId" ], "request": { "$ref": "MobileDeviceAction" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.device.mobile", "https://www.googleapis.com/auth/admin.directory.device.mobile.action" ], "description": "Takes an action that affects a mobile device. For example, remotely wiping a device." }, "delete": { "id": "directory.mobiledevices.delete", "path": "admin/directory/v1/customer/{customerId}/devices/mobile/{resourceId}", "flatPath": "admin/directory/v1/customer/{customerId}/devices/mobile/{resourceId}", "httpMethod": "DELETE", "parameters": { "customerId": { "description": "The unique ID for the customer's Google Workspace account. As an account administrator, you can also use the `my_customer` alias to represent your account's `customerId`. The `customerId` is also returned as part of the [Users resource](/admin-sdk/directory/v1/reference/users).", "location": "path", "required": true, "type": "string" }, "resourceId": { "description": "The unique ID the API service uses to identify the mobile device.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "customerId", "resourceId" ], "scopes": [ "https://www.googleapis.com/auth/admin.directory.device.mobile" ], "description": "Removes a mobile device." }, "get": { "id": "directory.mobiledevices.get", "path": "admin/directory/v1/customer/{customerId}/devices/mobile/{resourceId}", "flatPath": "admin/directory/v1/customer/{customerId}/devices/mobile/{resourceId}", "httpMethod": "GET", "parameters": { "customerId": { "description": "The unique ID for the customer's Google Workspace account. As an account administrator, you can also use the `my_customer` alias to represent your account's `customerId`. The `customerId` is also returned as part of the [Users resource](/admin-sdk/directory/v1/reference/users).", "location": "path", "required": true, "type": "string" }, "resourceId": { "description": "The unique ID the API service uses to identify the mobile device.", "location": "path", "required": true, "type": "string" }, "projection": { "description": "Restrict information returned to a set of selected fields.", "location": "query", "type": "string", "enumDescriptions": [ "Includes only the basic metadata fields (e.g., deviceId, model, status, type, and status)", "Includes all metadata fields" ], "enum": [ "BASIC", "FULL" ] } }, "parameterOrder": [ "customerId", "resourceId" ], "response": { "$ref": "MobileDevice" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.device.mobile", "https://www.googleapis.com/auth/admin.directory.device.mobile.action", "https://www.googleapis.com/auth/admin.directory.device.mobile.readonly" ], "description": "Retrieves a mobile device's properties." }, "list": { "id": "directory.mobiledevices.list", "path": "admin/directory/v1/customer/{customerId}/devices/mobile", "flatPath": "admin/directory/v1/customer/{customerId}/devices/mobile", "httpMethod": "GET", "parameters": { "customerId": { "description": "The unique ID for the customer's Google Workspace account. As an account administrator, you can also use the `my_customer` alias to represent your account's `customerId`. The `customerId` is also returned as part of the [Users resource](/admin-sdk/directory/v1/reference/users).", "location": "path", "required": true, "type": "string" }, "maxResults": { "description": "Maximum number of results to return. Max allowed value is 100.", "default": "100", "minimum": "1", "maximum": "100", "location": "query", "type": "integer", "format": "int32" }, "orderBy": { "description": "Device property to use for sorting results.", "location": "query", "type": "string", "enumDescriptions": [ "The serial number for a Google Sync mobile device. For Android devices, this is a software generated unique identifier.", "The device owner's email address.", "Last policy settings sync date time of the device.", "The mobile device's model.", "The device owner's user name.", "The device's operating system.", "The device status.", "Type of the device." ], "enum": [ "deviceId", "email", "lastSync", "model", "name", "os", "status", "type" ] }, "pageToken": { "description": "Token to specify next page in the list", "location": "query", "type": "string" }, "projection": { "description": "Restrict information returned to a set of selected fields.", "location": "query", "type": "string", "enumDescriptions": [ "Includes only the basic metadata fields (e.g., deviceId, model, status, type, and status)", "Includes all metadata fields" ], "enum": [ "BASIC", "FULL" ] }, "query": { "description": "Search string in the format given at https://developers.google.com/admin-sdk/directory/v1/search-operators", "location": "query", "type": "string" }, "sortOrder": { "description": "Whether to return results in ascending or descending order. Must be used with the `orderBy` parameter.", "location": "query", "type": "string", "enumDescriptions": [ "Ascending order.", "Descending order." ], "enum": [ "ASCENDING", "DESCENDING" ] } }, "parameterOrder": [ "customerId" ], "response": { "$ref": "MobileDevices" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.device.mobile", "https://www.googleapis.com/auth/admin.directory.device.mobile.action", "https://www.googleapis.com/auth/admin.directory.device.mobile.readonly" ], "description": "Retrieves a paginated list of all user-owned mobile devices for an account. To retrieve a list that includes company-owned devices, use the Cloud Identity [Devices API](https://cloud.google.com/identity/docs/concepts/overview-devices) instead. This method times out after 60 minutes. For more information, see [Troubleshoot error codes](https://developers.google.com/admin-sdk/directory/v1/guides/troubleshoot-error-codes)." } } }, "orgunits": { "methods": { "delete": { "id": "directory.orgunits.delete", "path": "admin/directory/v1/customer/{customerId}/orgunits/{+orgUnitPath}", "flatPath": "admin/directory/v1/customer/{customerId}/orgunits/{orgunitsId}", "httpMethod": "DELETE", "parameters": { "customerId": { "description": "The unique ID for the customer's Google Workspace account. As an account administrator, you can also use the `my_customer` alias to represent your account's `customerId`. The `customerId` is also returned as part of the [Users resource](/admin-sdk/directory/v1/reference/users).", "location": "path", "required": true, "type": "string" }, "orgUnitPath": { "description": "The full path of the organizational unit (minus the leading `/`) or its unique ID.", "pattern": "^.*$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "customerId", "orgUnitPath" ], "scopes": [ "https://www.googleapis.com/auth/admin.directory.orgunit" ], "description": "Removes an organizational unit." }, "get": { "id": "directory.orgunits.get", "path": "admin/directory/v1/customer/{customerId}/orgunits/{+orgUnitPath}", "flatPath": "admin/directory/v1/customer/{customerId}/orgunits/{orgunitsId}", "httpMethod": "GET", "parameters": { "customerId": { "description": "The unique ID for the customer's Google Workspace account. As an account administrator, you can also use the `my_customer` alias to represent your account's `customerId`. The `customerId` is also returned as part of the [Users resource](/admin-sdk/directory/v1/reference/users).", "location": "path", "required": true, "type": "string" }, "orgUnitPath": { "description": "The full path of the organizational unit (minus the leading `/`) or its unique ID.", "pattern": "^.*$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "customerId", "orgUnitPath" ], "response": { "$ref": "OrgUnit" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.orgunit", "https://www.googleapis.com/auth/admin.directory.orgunit.readonly" ], "description": "Retrieves an organizational unit." }, "insert": { "id": "directory.orgunits.insert", "path": "admin/directory/v1/customer/{customerId}/orgunits", "flatPath": "admin/directory/v1/customer/{customerId}/orgunits", "httpMethod": "POST", "parameters": { "customerId": { "description": "The unique ID for the customer's Google Workspace account. As an account administrator, you can also use the `my_customer` alias to represent your account's `customerId`. The `customerId` is also returned as part of the [Users resource](/admin-sdk/directory/v1/reference/users).", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "customerId" ], "request": { "$ref": "OrgUnit" }, "response": { "$ref": "OrgUnit" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.orgunit" ], "description": "Adds an organizational unit." }, "list": { "id": "directory.orgunits.list", "path": "admin/directory/v1/customer/{customerId}/orgunits", "flatPath": "admin/directory/v1/customer/{customerId}/orgunits", "httpMethod": "GET", "parameters": { "customerId": { "description": "The unique ID for the customer's Google Workspace account. As an account administrator, you can also use the `my_customer` alias to represent your account's `customerId`. The `customerId` is also returned as part of the [Users resource](/admin-sdk/directory/v1/reference/users).", "location": "path", "required": true, "type": "string" }, "orgUnitPath": { "description": "The full path to the organizational unit or its unique ID. Returns the children of the specified organizational unit.", "default": "", "location": "query", "type": "string" }, "type": { "description": "Whether to return all sub-organizations or just immediate children.", "location": "query", "type": "string", "enumDescriptions": [ "All sub-organizational units.", "Immediate children only (default).", "All sub-organizational units and the specified organizational unit (root if not specified)." ], "enum": [ "all", "children", "allIncludingParent" ] } }, "parameterOrder": [ "customerId" ], "response": { "$ref": "OrgUnits" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.orgunit", "https://www.googleapis.com/auth/admin.directory.orgunit.readonly" ], "description": "Retrieves a list of all organizational units for an account." }, "update": { "id": "directory.orgunits.update", "path": "admin/directory/v1/customer/{customerId}/orgunits/{+orgUnitPath}", "flatPath": "admin/directory/v1/customer/{customerId}/orgunits/{orgunitsId}", "httpMethod": "PUT", "parameters": { "customerId": { "description": "The unique ID for the customer's Google Workspace account. As an account administrator, you can also use the `my_customer` alias to represent your account's `customerId`. The `customerId` is also returned as part of the [Users resource](/admin-sdk/directory/v1/reference/users).", "location": "path", "required": true, "type": "string" }, "orgUnitPath": { "description": "The full path of the organizational unit (minus the leading `/`) or its unique ID.", "pattern": "^.*$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "customerId", "orgUnitPath" ], "request": { "$ref": "OrgUnit" }, "response": { "$ref": "OrgUnit" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.orgunit" ], "description": "Updates an organizational unit." }, "patch": { "id": "directory.orgunits.patch", "path": "admin/directory/v1/customer/{customerId}/orgunits/{+orgUnitPath}", "flatPath": "admin/directory/v1/customer/{customerId}/orgunits/{orgunitsId}", "httpMethod": "PATCH", "parameters": { "customerId": { "description": "The unique ID for the customer's Google Workspace account. As an account administrator, you can also use the `my_customer` alias to represent your account's `customerId`. The `customerId` is also returned as part of the [Users resource](/admin-sdk/directory/v1/reference/users).", "location": "path", "required": true, "type": "string" }, "orgUnitPath": { "description": "The full path of the organizational unit (minus the leading `/`) or its unique ID.", "pattern": "^.*$", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "customerId", "orgUnitPath" ], "request": { "$ref": "OrgUnit" }, "response": { "$ref": "OrgUnit" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.orgunit" ], "description": "Updates an organizational unit. This method supports [patch semantics](/admin-sdk/directory/v1/guides/performance#patch)" } } }, "privileges": { "methods": { "list": { "id": "directory.privileges.list", "path": "admin/directory/v1/customer/{customer}/roles/ALL/privileges", "flatPath": "admin/directory/v1/customer/{customer}/roles/ALL/privileges", "httpMethod": "GET", "parameters": { "customer": { "description": "The unique ID for the customer's Google Workspace account. In case of a multi-domain account, to fetch all groups for a customer, use this field instead of `domain`. You can also use the `my_customer` alias to represent your account's `customerId`. The `customerId` is also returned as part of the [Users](/admin-sdk/directory/v1/reference/users) resource. You must provide either the `customer` or the `domain` parameter.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "customer" ], "response": { "$ref": "Privileges" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.rolemanagement", "https://www.googleapis.com/auth/admin.directory.rolemanagement.readonly" ], "description": "Retrieves a paginated list of all privileges for a customer." } } }, "roleAssignments": { "methods": { "delete": { "id": "directory.roleAssignments.delete", "path": "admin/directory/v1/customer/{customer}/roleassignments/{roleAssignmentId}", "flatPath": "admin/directory/v1/customer/{customer}/roleassignments/{roleAssignmentId}", "httpMethod": "DELETE", "parameters": { "customer": { "description": "Immutable ID of the Google Workspace account.", "location": "path", "required": true, "type": "string" }, "roleAssignmentId": { "description": "Immutable ID of the role assignment.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "customer", "roleAssignmentId" ], "scopes": [ "https://www.googleapis.com/auth/admin.directory.rolemanagement" ], "description": "Deletes a role assignment." }, "get": { "id": "directory.roleAssignments.get", "path": "admin/directory/v1/customer/{customer}/roleassignments/{roleAssignmentId}", "flatPath": "admin/directory/v1/customer/{customer}/roleassignments/{roleAssignmentId}", "httpMethod": "GET", "parameters": { "customer": { "description": "The unique ID for the customer's Google Workspace account. In case of a multi-domain account, to fetch all groups for a customer, use this field instead of `domain`. You can also use the `my_customer` alias to represent your account's `customerId`. The `customerId` is also returned as part of the [Users](/admin-sdk/directory/v1/reference/users) resource. You must provide either the `customer` or the `domain` parameter.", "location": "path", "required": true, "type": "string" }, "roleAssignmentId": { "description": "Immutable ID of the role assignment.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "customer", "roleAssignmentId" ], "response": { "$ref": "RoleAssignment" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.rolemanagement", "https://www.googleapis.com/auth/admin.directory.rolemanagement.readonly" ], "description": "Retrieves a role assignment." }, "insert": { "id": "directory.roleAssignments.insert", "path": "admin/directory/v1/customer/{customer}/roleassignments", "flatPath": "admin/directory/v1/customer/{customer}/roleassignments", "httpMethod": "POST", "parameters": { "customer": { "description": "Immutable ID of the Google Workspace account.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "customer" ], "request": { "$ref": "RoleAssignment" }, "response": { "$ref": "RoleAssignment" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.rolemanagement" ], "description": "Creates a role assignment." }, "list": { "id": "directory.roleAssignments.list", "path": "admin/directory/v1/customer/{customer}/roleassignments", "flatPath": "admin/directory/v1/customer/{customer}/roleassignments", "httpMethod": "GET", "parameters": { "customer": { "description": "The unique ID for the customer's Google Workspace account. In case of a multi-domain account, to fetch all groups for a customer, use this field instead of `domain`. You can also use the `my_customer` alias to represent your account's `customerId`. The `customerId` is also returned as part of the [Users](/admin-sdk/directory/v1/reference/users) resource. You must provide either the `customer` or the `domain` parameter.", "location": "path", "required": true, "type": "string" }, "maxResults": { "description": "Maximum number of results to return.", "minimum": "1", "maximum": "200", "location": "query", "type": "integer", "format": "int32" }, "pageToken": { "description": "Token to specify the next page in the list.", "location": "query", "type": "string" }, "roleId": { "description": "Immutable ID of a role. If included in the request, returns only role assignments containing this role ID.", "location": "query", "type": "string" }, "userKey": { "description": "The primary email address, alias email address, or unique user or group ID. If included in the request, returns role assignments only for this user or group.", "location": "query", "type": "string" }, "includeIndirectRoleAssignments": { "description": "When set to `true`, fetches indirect role assignments (i.e. role assignment via a group) as well as direct ones. Defaults to `false`. You must specify `user_key` or the indirect role assignments will not be included.", "location": "query", "type": "boolean" } }, "parameterOrder": [ "customer" ], "response": { "$ref": "RoleAssignments" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.rolemanagement", "https://www.googleapis.com/auth/admin.directory.rolemanagement.readonly" ], "description": "Retrieves a paginated list of all roleAssignments." } } }, "resources": { "resources": { "buildings": { "methods": { "delete": { "id": "directory.resources.buildings.delete", "path": "admin/directory/v1/customer/{customer}/resources/buildings/{buildingId}", "flatPath": "admin/directory/v1/customer/{customer}/resources/buildings/{buildingId}", "httpMethod": "DELETE", "parameters": { "customer": { "description": "The unique ID for the customer's Google Workspace account. As an account administrator, you can also use the `my_customer` alias to represent your account's customer ID.", "location": "path", "required": true, "type": "string" }, "buildingId": { "description": "The id of the building to delete.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "customer", "buildingId" ], "scopes": [ "https://www.googleapis.com/auth/admin.directory.resource.calendar" ], "description": "Deletes a building." }, "get": { "id": "directory.resources.buildings.get", "path": "admin/directory/v1/customer/{customer}/resources/buildings/{buildingId}", "flatPath": "admin/directory/v1/customer/{customer}/resources/buildings/{buildingId}", "httpMethod": "GET", "parameters": { "customer": { "description": "The unique ID for the customer's Google Workspace account. As an account administrator, you can also use the `my_customer` alias to represent your account's customer ID.", "location": "path", "required": true, "type": "string" }, "buildingId": { "description": "The unique ID of the building to retrieve.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "customer", "buildingId" ], "response": { "$ref": "Building" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.resource.calendar", "https://www.googleapis.com/auth/admin.directory.resource.calendar.readonly" ], "description": "Retrieves a building." }, "insert": { "id": "directory.resources.buildings.insert", "path": "admin/directory/v1/customer/{customer}/resources/buildings", "flatPath": "admin/directory/v1/customer/{customer}/resources/buildings", "httpMethod": "POST", "parameters": { "customer": { "description": "The unique ID for the customer's Google Workspace account. As an account administrator, you can also use the `my_customer` alias to represent your account's customer ID.", "location": "path", "required": true, "type": "string" }, "coordinatesSource": { "description": "Source from which Building.coordinates are derived.", "default": "SOURCE_UNSPECIFIED", "location": "query", "type": "string", "enumDescriptions": [ "Building.coordinates are set to the coordinates included in the request.", "Building.coordinates are automatically populated based on the postal address.", "Defaults to `RESOLVED_FROM_ADDRESS` if postal address is provided. Otherwise, defaults to `CLIENT_SPECIFIED` if coordinates are provided." ], "enum": [ "CLIENT_SPECIFIED", "RESOLVED_FROM_ADDRESS", "SOURCE_UNSPECIFIED" ] } }, "parameterOrder": [ "customer" ], "request": { "$ref": "Building" }, "response": { "$ref": "Building" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.resource.calendar" ], "description": "Inserts a building." }, "list": { "id": "directory.resources.buildings.list", "path": "admin/directory/v1/customer/{customer}/resources/buildings", "flatPath": "admin/directory/v1/customer/{customer}/resources/buildings", "httpMethod": "GET", "parameters": { "customer": { "description": "The unique ID for the customer's Google Workspace account. As an account administrator, you can also use the `my_customer` alias to represent your account's customer ID.", "location": "path", "required": true, "type": "string" }, "maxResults": { "description": "Maximum number of results to return.", "minimum": "1", "maximum": "500", "location": "query", "type": "integer", "format": "int32" }, "pageToken": { "description": "Token to specify the next page in the list.", "location": "query", "type": "string" } }, "parameterOrder": [ "customer" ], "response": { "$ref": "Buildings" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.resource.calendar", "https://www.googleapis.com/auth/admin.directory.resource.calendar.readonly" ], "description": "Retrieves a list of buildings for an account." }, "update": { "id": "directory.resources.buildings.update", "path": "admin/directory/v1/customer/{customer}/resources/buildings/{buildingId}", "flatPath": "admin/directory/v1/customer/{customer}/resources/buildings/{buildingId}", "httpMethod": "PUT", "parameters": { "customer": { "description": "The unique ID for the customer's Google Workspace account. As an account administrator, you can also use the `my_customer` alias to represent your account's customer ID.", "location": "path", "required": true, "type": "string" }, "buildingId": { "description": "The id of the building to update.", "location": "path", "required": true, "type": "string" }, "coordinatesSource": { "description": "Source from which Building.coordinates are derived.", "default": "SOURCE_UNSPECIFIED", "location": "query", "type": "string", "enumDescriptions": [ "Building.coordinates are set to the coordinates included in the request.", "Building.coordinates are automatically populated based on the postal address.", "Defaults to `RESOLVED_FROM_ADDRESS` if postal address is provided. Otherwise, defaults to `CLIENT_SPECIFIED` if coordinates are provided." ], "enum": [ "CLIENT_SPECIFIED", "RESOLVED_FROM_ADDRESS", "SOURCE_UNSPECIFIED" ] } }, "parameterOrder": [ "customer", "buildingId" ], "request": { "$ref": "Building" }, "response": { "$ref": "Building" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.resource.calendar" ], "description": "Updates a building." }, "patch": { "id": "directory.resources.buildings.patch", "path": "admin/directory/v1/customer/{customer}/resources/buildings/{buildingId}", "flatPath": "admin/directory/v1/customer/{customer}/resources/buildings/{buildingId}", "httpMethod": "PATCH", "parameters": { "customer": { "description": "The unique ID for the customer's Google Workspace account. As an account administrator, you can also use the `my_customer` alias to represent your account's customer ID.", "location": "path", "required": true, "type": "string" }, "buildingId": { "description": "The id of the building to update.", "location": "path", "required": true, "type": "string" }, "coordinatesSource": { "description": "Source from which Building.coordinates are derived.", "default": "SOURCE_UNSPECIFIED", "location": "query", "type": "string", "enumDescriptions": [ "Building.coordinates are set to the coordinates included in the request.", "Building.coordinates are automatically populated based on the postal address.", "Defaults to `RESOLVED_FROM_ADDRESS` if postal address is provided. Otherwise, defaults to `CLIENT_SPECIFIED` if coordinates are provided." ], "enum": [ "CLIENT_SPECIFIED", "RESOLVED_FROM_ADDRESS", "SOURCE_UNSPECIFIED" ] } }, "parameterOrder": [ "customer", "buildingId" ], "request": { "$ref": "Building" }, "response": { "$ref": "Building" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.resource.calendar" ], "description": "Patches a building." } } }, "calendars": { "methods": { "delete": { "id": "directory.resources.calendars.delete", "path": "admin/directory/v1/customer/{customer}/resources/calendars/{calendarResourceId}", "flatPath": "admin/directory/v1/customer/{customer}/resources/calendars/{calendarResourceId}", "httpMethod": "DELETE", "parameters": { "customer": { "description": "The unique ID for the customer's Google Workspace account. As an account administrator, you can also use the `my_customer` alias to represent your account's customer ID.", "location": "path", "required": true, "type": "string" }, "calendarResourceId": { "description": "The unique ID of the calendar resource to delete.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "customer", "calendarResourceId" ], "scopes": [ "https://www.googleapis.com/auth/admin.directory.resource.calendar" ], "description": "Deletes a calendar resource." }, "get": { "id": "directory.resources.calendars.get", "path": "admin/directory/v1/customer/{customer}/resources/calendars/{calendarResourceId}", "flatPath": "admin/directory/v1/customer/{customer}/resources/calendars/{calendarResourceId}", "httpMethod": "GET", "parameters": { "customer": { "description": "The unique ID for the customer's Google Workspace account. As an account administrator, you can also use the `my_customer` alias to represent your account's customer ID.", "location": "path", "required": true, "type": "string" }, "calendarResourceId": { "description": "The unique ID of the calendar resource to retrieve.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "customer", "calendarResourceId" ], "response": { "$ref": "CalendarResource" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.resource.calendar", "https://www.googleapis.com/auth/admin.directory.resource.calendar.readonly" ], "description": "Retrieves a calendar resource." }, "insert": { "id": "directory.resources.calendars.insert", "path": "admin/directory/v1/customer/{customer}/resources/calendars", "flatPath": "admin/directory/v1/customer/{customer}/resources/calendars", "httpMethod": "POST", "parameters": { "customer": { "description": "The unique ID for the customer's Google Workspace account. As an account administrator, you can also use the `my_customer` alias to represent your account's customer ID.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "customer" ], "request": { "$ref": "CalendarResource" }, "response": { "$ref": "CalendarResource" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.resource.calendar" ], "description": "Inserts a calendar resource." }, "list": { "id": "directory.resources.calendars.list", "path": "admin/directory/v1/customer/{customer}/resources/calendars", "flatPath": "admin/directory/v1/customer/{customer}/resources/calendars", "httpMethod": "GET", "parameters": { "customer": { "description": "The unique ID for the customer's Google Workspace account. As an account administrator, you can also use the `my_customer` alias to represent your account's customer ID.", "location": "path", "required": true, "type": "string" }, "maxResults": { "description": "Maximum number of results to return.", "minimum": "1", "maximum": "500", "location": "query", "type": "integer", "format": "int32" }, "orderBy": { "description": "Field(s) to sort results by in either ascending or descending order. Supported fields include `resourceId`, `resourceName`, `capacity`, `buildingId`, and `floorName`. If no order is specified, defaults to ascending. Should be of the form \"field [asc|desc], field [asc|desc], ...\". For example `buildingId, capacity desc` would return results sorted first by `buildingId` in ascending order then by `capacity` in descending order.", "location": "query", "type": "string" }, "pageToken": { "description": "Token to specify the next page in the list.", "location": "query", "type": "string" }, "query": { "description": "String query used to filter results. Should be of the form \"field operator value\" where field can be any of supported fields and operators can be any of supported operations. Operators include '=' for exact match, '!=' for mismatch and ':' for prefix match or HAS match where applicable. For prefix match, the value should always be followed by a *. Logical operators NOT and AND are supported (in this order of precedence). Supported fields include `generatedResourceName`, `name`, `buildingId`, `floor_name`, `capacity`, `featureInstances.feature.name`, `resourceEmail`, `resourceCategory`. For example `buildingId=US-NYC-9TH AND featureInstances.feature.name:Phone`.", "location": "query", "type": "string" } }, "parameterOrder": [ "customer" ], "response": { "$ref": "CalendarResources" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.resource.calendar", "https://www.googleapis.com/auth/admin.directory.resource.calendar.readonly" ], "description": "Retrieves a list of calendar resources for an account." }, "update": { "id": "directory.resources.calendars.update", "path": "admin/directory/v1/customer/{customer}/resources/calendars/{calendarResourceId}", "flatPath": "admin/directory/v1/customer/{customer}/resources/calendars/{calendarResourceId}", "httpMethod": "PUT", "parameters": { "customer": { "description": "The unique ID for the customer's Google Workspace account. As an account administrator, you can also use the `my_customer` alias to represent your account's customer ID.", "location": "path", "required": true, "type": "string" }, "calendarResourceId": { "description": "The unique ID of the calendar resource to update.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "customer", "calendarResourceId" ], "request": { "$ref": "CalendarResource" }, "response": { "$ref": "CalendarResource" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.resource.calendar" ], "description": "Updates a calendar resource. This method supports patch semantics, meaning you only need to include the fields you wish to update. Fields that are not present in the request will be preserved." }, "patch": { "id": "directory.resources.calendars.patch", "path": "admin/directory/v1/customer/{customer}/resources/calendars/{calendarResourceId}", "flatPath": "admin/directory/v1/customer/{customer}/resources/calendars/{calendarResourceId}", "httpMethod": "PATCH", "parameters": { "customer": { "description": "The unique ID for the customer's Google Workspace account. As an account administrator, you can also use the `my_customer` alias to represent your account's customer ID.", "location": "path", "required": true, "type": "string" }, "calendarResourceId": { "description": "The unique ID of the calendar resource to update.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "customer", "calendarResourceId" ], "request": { "$ref": "CalendarResource" }, "response": { "$ref": "CalendarResource" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.resource.calendar" ], "description": "Patches a calendar resource." } } }, "features": { "methods": { "delete": { "id": "directory.resources.features.delete", "path": "admin/directory/v1/customer/{customer}/resources/features/{featureKey}", "flatPath": "admin/directory/v1/customer/{customer}/resources/features/{featureKey}", "httpMethod": "DELETE", "parameters": { "customer": { "description": "The unique ID for the customer's Google Workspace account. As an account administrator, you can also use the `my_customer` alias to represent your account's customer ID.", "location": "path", "required": true, "type": "string" }, "featureKey": { "description": "The unique ID of the feature to delete.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "customer", "featureKey" ], "scopes": [ "https://www.googleapis.com/auth/admin.directory.resource.calendar" ], "description": "Deletes a feature." }, "get": { "id": "directory.resources.features.get", "path": "admin/directory/v1/customer/{customer}/resources/features/{featureKey}", "flatPath": "admin/directory/v1/customer/{customer}/resources/features/{featureKey}", "httpMethod": "GET", "parameters": { "customer": { "description": "The unique ID for the customer's Google Workspace account. As an account administrator, you can also use the `my_customer` alias to represent your account's customer ID.", "location": "path", "required": true, "type": "string" }, "featureKey": { "description": "The unique ID of the feature to retrieve.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "customer", "featureKey" ], "response": { "$ref": "Feature" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.resource.calendar", "https://www.googleapis.com/auth/admin.directory.resource.calendar.readonly" ], "description": "Retrieves a feature." }, "insert": { "id": "directory.resources.features.insert", "path": "admin/directory/v1/customer/{customer}/resources/features", "flatPath": "admin/directory/v1/customer/{customer}/resources/features", "httpMethod": "POST", "parameters": { "customer": { "description": "The unique ID for the customer's Google Workspace account. As an account administrator, you can also use the `my_customer` alias to represent your account's customer ID.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "customer" ], "request": { "$ref": "Feature" }, "response": { "$ref": "Feature" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.resource.calendar" ], "description": "Inserts a feature." }, "list": { "id": "directory.resources.features.list", "path": "admin/directory/v1/customer/{customer}/resources/features", "flatPath": "admin/directory/v1/customer/{customer}/resources/features", "httpMethod": "GET", "parameters": { "customer": { "description": "The unique ID for the customer's Google Workspace account. As an account administrator, you can also use the `my_customer` alias to represent your account's customer ID.", "location": "path", "required": true, "type": "string" }, "maxResults": { "description": "Maximum number of results to return.", "minimum": "1", "maximum": "500", "location": "query", "type": "integer", "format": "int32" }, "pageToken": { "description": "Token to specify the next page in the list.", "location": "query", "type": "string" } }, "parameterOrder": [ "customer" ], "response": { "$ref": "Features" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.resource.calendar", "https://www.googleapis.com/auth/admin.directory.resource.calendar.readonly" ], "description": "Retrieves a list of features for an account." }, "rename": { "id": "directory.resources.features.rename", "path": "admin/directory/v1/customer/{customer}/resources/features/{oldName}/rename", "flatPath": "admin/directory/v1/customer/{customer}/resources/features/{oldName}/rename", "httpMethod": "POST", "parameters": { "customer": { "description": "The unique ID for the customer's Google Workspace account. As an account administrator, you can also use the `my_customer` alias to represent your account's customer ID.", "location": "path", "required": true, "type": "string" }, "oldName": { "description": "The unique ID of the feature to rename.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "customer", "oldName" ], "request": { "$ref": "FeatureRename" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.resource.calendar" ], "description": "Renames a feature." }, "update": { "id": "directory.resources.features.update", "path": "admin/directory/v1/customer/{customer}/resources/features/{featureKey}", "flatPath": "admin/directory/v1/customer/{customer}/resources/features/{featureKey}", "httpMethod": "PUT", "parameters": { "customer": { "description": "The unique ID for the customer's Google Workspace account. As an account administrator, you can also use the `my_customer` alias to represent your account's customer ID.", "location": "path", "required": true, "type": "string" }, "featureKey": { "description": "The unique ID of the feature to update.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "customer", "featureKey" ], "request": { "$ref": "Feature" }, "response": { "$ref": "Feature" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.resource.calendar" ], "description": "Updates a feature." }, "patch": { "id": "directory.resources.features.patch", "path": "admin/directory/v1/customer/{customer}/resources/features/{featureKey}", "flatPath": "admin/directory/v1/customer/{customer}/resources/features/{featureKey}", "httpMethod": "PATCH", "parameters": { "customer": { "description": "The unique ID for the customer's Google Workspace account. As an account administrator, you can also use the `my_customer` alias to represent your account's customer ID.", "location": "path", "required": true, "type": "string" }, "featureKey": { "description": "The unique ID of the feature to update.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "customer", "featureKey" ], "request": { "$ref": "Feature" }, "response": { "$ref": "Feature" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.resource.calendar" ], "description": "Patches a feature." } } } } }, "roles": { "methods": { "delete": { "id": "directory.roles.delete", "path": "admin/directory/v1/customer/{customer}/roles/{roleId}", "flatPath": "admin/directory/v1/customer/{customer}/roles/{roleId}", "httpMethod": "DELETE", "parameters": { "customer": { "description": "Immutable ID of the Google Workspace account.", "location": "path", "required": true, "type": "string" }, "roleId": { "description": "Immutable ID of the role.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "customer", "roleId" ], "scopes": [ "https://www.googleapis.com/auth/admin.directory.rolemanagement" ], "description": "Deletes a role." }, "get": { "id": "directory.roles.get", "path": "admin/directory/v1/customer/{customer}/roles/{roleId}", "flatPath": "admin/directory/v1/customer/{customer}/roles/{roleId}", "httpMethod": "GET", "parameters": { "customer": { "description": "The unique ID for the customer's Google Workspace account. In case of a multi-domain account, to fetch all groups for a customer, use this field instead of `domain`. You can also use the `my_customer` alias to represent your account's `customerId`. The `customerId` is also returned as part of the [Users](/admin-sdk/directory/v1/reference/users) resource. You must provide either the `customer` or the `domain` parameter.", "location": "path", "required": true, "type": "string" }, "roleId": { "description": "Immutable ID of the role.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "customer", "roleId" ], "response": { "$ref": "Role" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.rolemanagement", "https://www.googleapis.com/auth/admin.directory.rolemanagement.readonly" ], "description": "Retrieves a role." }, "insert": { "id": "directory.roles.insert", "path": "admin/directory/v1/customer/{customer}/roles", "flatPath": "admin/directory/v1/customer/{customer}/roles", "httpMethod": "POST", "parameters": { "customer": { "description": "Immutable ID of the Google Workspace account.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "customer" ], "request": { "$ref": "Role" }, "response": { "$ref": "Role" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.rolemanagement" ], "description": "Creates a role." }, "list": { "id": "directory.roles.list", "path": "admin/directory/v1/customer/{customer}/roles", "flatPath": "admin/directory/v1/customer/{customer}/roles", "httpMethod": "GET", "parameters": { "customer": { "description": "The unique ID for the customer's Google Workspace account. In case of a multi-domain account, to fetch all groups for a customer, use this field instead of `domain`. You can also use the `my_customer` alias to represent your account's `customerId`. The `customerId` is also returned as part of the [Users](/admin-sdk/directory/v1/reference/users) resource. You must provide either the `customer` or the `domain` parameter.", "location": "path", "required": true, "type": "string" }, "maxResults": { "description": "Maximum number of results to return.", "minimum": "1", "maximum": "100", "location": "query", "type": "integer", "format": "int32" }, "pageToken": { "description": "Token to specify the next page in the list.", "location": "query", "type": "string" } }, "parameterOrder": [ "customer" ], "response": { "$ref": "Roles" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.rolemanagement", "https://www.googleapis.com/auth/admin.directory.rolemanagement.readonly" ], "description": "Retrieves a paginated list of all the roles in a domain." }, "update": { "id": "directory.roles.update", "path": "admin/directory/v1/customer/{customer}/roles/{roleId}", "flatPath": "admin/directory/v1/customer/{customer}/roles/{roleId}", "httpMethod": "PUT", "parameters": { "customer": { "description": "Immutable ID of the Google Workspace account.", "location": "path", "required": true, "type": "string" }, "roleId": { "description": "Immutable ID of the role.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "customer", "roleId" ], "request": { "$ref": "Role" }, "response": { "$ref": "Role" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.rolemanagement" ], "description": "Updates a role." }, "patch": { "id": "directory.roles.patch", "path": "admin/directory/v1/customer/{customer}/roles/{roleId}", "flatPath": "admin/directory/v1/customer/{customer}/roles/{roleId}", "httpMethod": "PATCH", "parameters": { "customer": { "description": "Immutable ID of the Google Workspace account.", "location": "path", "required": true, "type": "string" }, "roleId": { "description": "Immutable ID of the role.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "customer", "roleId" ], "request": { "$ref": "Role" }, "response": { "$ref": "Role" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.rolemanagement" ], "description": "Patches a role." } } }, "schemas": { "methods": { "delete": { "id": "directory.schemas.delete", "path": "admin/directory/v1/customer/{customerId}/schemas/{schemaKey}", "flatPath": "admin/directory/v1/customer/{customerId}/schemas/{schemaKey}", "httpMethod": "DELETE", "parameters": { "customerId": { "description": "Immutable ID of the Google Workspace account.", "location": "path", "required": true, "type": "string" }, "schemaKey": { "description": "Name or immutable ID of the schema.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "customerId", "schemaKey" ], "scopes": [ "https://www.googleapis.com/auth/admin.directory.userschema" ], "description": "Deletes a schema." }, "get": { "id": "directory.schemas.get", "path": "admin/directory/v1/customer/{customerId}/schemas/{schemaKey}", "flatPath": "admin/directory/v1/customer/{customerId}/schemas/{schemaKey}", "httpMethod": "GET", "parameters": { "customerId": { "description": "The unique ID for the customer's Google Workspace account. In case of a multi-domain account, to fetch all groups for a customer, use this field instead of `domain`. You can also use the `my_customer` alias to represent your account's `customerId`. The `customerId` is also returned as part of the [Users](/admin-sdk/directory/v1/reference/users) resource. You must provide either the `customer` or the `domain` parameter.", "location": "path", "required": true, "type": "string" }, "schemaKey": { "description": "Name or immutable ID of the schema.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "customerId", "schemaKey" ], "response": { "$ref": "Schema" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.userschema", "https://www.googleapis.com/auth/admin.directory.userschema.readonly" ], "description": "Retrieves a schema." }, "insert": { "id": "directory.schemas.insert", "path": "admin/directory/v1/customer/{customerId}/schemas", "flatPath": "admin/directory/v1/customer/{customerId}/schemas", "httpMethod": "POST", "parameters": { "customerId": { "description": "Immutable ID of the Google Workspace account.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "customerId" ], "request": { "$ref": "Schema" }, "response": { "$ref": "Schema" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.userschema" ], "description": "Creates a schema." }, "list": { "id": "directory.schemas.list", "path": "admin/directory/v1/customer/{customerId}/schemas", "flatPath": "admin/directory/v1/customer/{customerId}/schemas", "httpMethod": "GET", "parameters": { "customerId": { "description": "The unique ID for the customer's Google Workspace account. In case of a multi-domain account, to fetch all groups for a customer, use this field instead of `domain`. You can also use the `my_customer` alias to represent your account's `customerId`. The `customerId` is also returned as part of the [Users](/admin-sdk/directory/v1/reference/users) resource. You must provide either the `customer` or the `domain` parameter.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "customerId" ], "response": { "$ref": "Schemas" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.userschema", "https://www.googleapis.com/auth/admin.directory.userschema.readonly" ], "description": "Retrieves all schemas for a customer." }, "patch": { "id": "directory.schemas.patch", "path": "admin/directory/v1/customer/{customerId}/schemas/{schemaKey}", "flatPath": "admin/directory/v1/customer/{customerId}/schemas/{schemaKey}", "httpMethod": "PATCH", "parameters": { "customerId": { "description": "Immutable ID of the Google Workspace account.", "location": "path", "required": true, "type": "string" }, "schemaKey": { "description": "Name or immutable ID of the schema.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "customerId", "schemaKey" ], "request": { "$ref": "Schema" }, "response": { "$ref": "Schema" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.userschema" ], "description": "Patches a schema." }, "update": { "id": "directory.schemas.update", "path": "admin/directory/v1/customer/{customerId}/schemas/{schemaKey}", "flatPath": "admin/directory/v1/customer/{customerId}/schemas/{schemaKey}", "httpMethod": "PUT", "parameters": { "customerId": { "description": "Immutable ID of the Google Workspace account.", "location": "path", "required": true, "type": "string" }, "schemaKey": { "description": "Name or immutable ID of the schema.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "customerId", "schemaKey" ], "request": { "$ref": "Schema" }, "response": { "$ref": "Schema" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.userschema" ], "description": "Updates a schema." } } }, "tokens": { "methods": { "delete": { "id": "directory.tokens.delete", "path": "admin/directory/v1/users/{userKey}/tokens/{clientId}", "flatPath": "admin/directory/v1/users/{userKey}/tokens/{clientId}", "httpMethod": "DELETE", "parameters": { "userKey": { "description": "Identifies the user in the API request. The value can be the user's primary email address, alias email address, or unique user ID.", "location": "path", "required": true, "type": "string" }, "clientId": { "description": "The Client ID of the application the token is issued to.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "userKey", "clientId" ], "scopes": [ "https://www.googleapis.com/auth/admin.directory.user.security" ], "description": "Deletes all access tokens issued by a user for an application." }, "get": { "id": "directory.tokens.get", "path": "admin/directory/v1/users/{userKey}/tokens/{clientId}", "flatPath": "admin/directory/v1/users/{userKey}/tokens/{clientId}", "httpMethod": "GET", "parameters": { "userKey": { "description": "Identifies the user in the API request. The value can be the user's primary email address, alias email address, or unique user ID.", "location": "path", "required": true, "type": "string" }, "clientId": { "description": "The Client ID of the application the token is issued to.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "userKey", "clientId" ], "response": { "$ref": "Token" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.user.security" ], "description": "Gets information about an access token issued by a user." }, "list": { "id": "directory.tokens.list", "path": "admin/directory/v1/users/{userKey}/tokens", "flatPath": "admin/directory/v1/users/{userKey}/tokens", "httpMethod": "GET", "parameters": { "userKey": { "description": "Identifies the user in the API request. The value can be the user's primary email address, alias email address, or unique user ID.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "userKey" ], "response": { "$ref": "Tokens" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.user.security" ], "description": "Returns the set of tokens specified user has issued to 3rd party applications." } } }, "twoStepVerification": { "methods": { "turnOff": { "id": "directory.twoStepVerification.turnOff", "path": "admin/directory/v1/users/{userKey}/twoStepVerification/turnOff", "flatPath": "admin/directory/v1/users/{userKey}/twoStepVerification/turnOff", "httpMethod": "POST", "parameters": { "userKey": { "description": "Identifies the user in the API request. The value can be the user's primary email address, alias email address, or unique user ID.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "userKey" ], "scopes": [ "https://www.googleapis.com/auth/admin.directory.user.security" ], "description": "Turns off 2-Step Verification for user." } } }, "users": { "methods": { "delete": { "id": "directory.users.delete", "path": "admin/directory/v1/users/{userKey}", "flatPath": "admin/directory/v1/users/{userKey}", "httpMethod": "DELETE", "parameters": { "userKey": { "description": "Identifies the user in the API request. The value can be the user's primary email address, alias email address, or unique user ID.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "userKey" ], "scopes": [ "https://www.googleapis.com/auth/admin.directory.user" ], "description": "Deletes a user." }, "get": { "id": "directory.users.get", "path": "admin/directory/v1/users/{userKey}", "flatPath": "admin/directory/v1/users/{userKey}", "httpMethod": "GET", "parameters": { "userKey": { "description": "Identifies the user in the API request. The value can be the user's primary email address, alias email address, or unique user ID.", "location": "path", "required": true, "type": "string" }, "customFieldMask": { "description": "A comma-separated list of schema names. All fields from these schemas are fetched. This should only be set when `projection=custom`.", "location": "query", "type": "string" }, "projection": { "description": "What subset of fields to fetch for this user.", "default": "basic", "location": "query", "type": "string", "enumDescriptions": [ "Do not include any custom fields for the user.", "Include custom fields from schemas requested in `customFieldMask`.", "Include all fields associated with this user." ], "enum": [ "basic", "custom", "full" ] }, "viewType": { "description": "Whether to fetch the administrator-only or domain-wide public view of the user. For more information, see [Retrieve a user as a non-administrator](/admin-sdk/directory/v1/guides/manage-users#retrieve_users_non_admin).", "default": "admin_view", "location": "query", "type": "string", "enumDescriptions": [ "Results include both administrator-only and domain-public fields for the user.", "Results only include fields for the user that are publicly visible to other users in the domain." ], "enum": [ "admin_view", "domain_public" ] } }, "parameterOrder": [ "userKey" ], "response": { "$ref": "User" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.user", "https://www.googleapis.com/auth/admin.directory.user.readonly" ], "description": "Retrieves a user." }, "insert": { "id": "directory.users.insert", "path": "admin/directory/v1/users", "flatPath": "admin/directory/v1/users", "httpMethod": "POST", "parameters": { "resolveConflictAccount": { "description": "Optional. If set to `true`, the option selected for [handling unmanaged user accounts](https://support.google.com/a/answer/11112794) will apply. Default: `false`", "location": "query", "type": "boolean" } }, "parameterOrder": [], "request": { "$ref": "User" }, "response": { "$ref": "User" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.user" ], "description": "Creates a user. Mutate calls immediately following user creation might sometimes fail as the user isn't fully created due to propagation delay in our backends. Check the error details for the \"User creation is not complete\" message to see if this is the case. Retrying the calls after some time can help in this case." }, "list": { "id": "directory.users.list", "path": "admin/directory/v1/users", "flatPath": "admin/directory/v1/users", "httpMethod": "GET", "parameters": { "customFieldMask": { "description": "A comma-separated list of schema names. All fields from these schemas are fetched. This should only be set when `projection=custom`.", "location": "query", "type": "string" }, "customer": { "description": "The unique ID for the customer's Google Workspace account. In case of a multi-domain account, to fetch all users for a customer, use this field instead of `domain`. You can also use the `my_customer` alias to represent your account's `customerId`. The `customerId` is also returned as part of the [Users](/admin-sdk/directory/v1/reference/users) resource. You must provide either the `customer` or the `domain` parameter.", "location": "query", "type": "string" }, "domain": { "description": "The domain name. Use this field to get users from only one domain. To return all domains for a customer account, use the `customer` query parameter instead. Either the `customer` or the `domain` parameter must be provided.", "location": "query", "type": "string" }, "event": { "description": "Event on which subscription is intended (if subscribing)", "location": "query", "type": "string", "enumDescriptions": [ "User Created Event", "User Deleted Event", "User Admin Status Change Event", "User Undeleted Event", "User Updated Event" ], "enum": [ "add", "delete", "makeAdmin", "undelete", "update" ] }, "maxResults": { "description": "Maximum number of results to return.", "default": "100", "minimum": "1", "maximum": "500", "location": "query", "type": "integer", "format": "int32" }, "orderBy": { "description": "Property to use for sorting results.", "location": "query", "type": "string", "enumDescriptions": [ "Primary email of the user.", "User's family name.", "User's given name." ], "enum": [ "email", "familyName", "givenName" ] }, "pageToken": { "description": "Token to specify next page in the list", "location": "query", "type": "string" }, "projection": { "description": "What subset of fields to fetch for this user.", "default": "basic", "location": "query", "type": "string", "enumDescriptions": [ "Do not include any custom fields for the user.", "Include custom fields from schemas requested in `customFieldMask`.", "Include all fields associated with this user." ], "enum": [ "basic", "custom", "full" ] }, "query": { "description": "Query string for searching user fields. For more information on constructing user queries, see [Search for Users](/admin-sdk/directory/v1/guides/search-users).", "location": "query", "type": "string" }, "showDeleted": { "description": "If set to `true`, retrieves the list of deleted users. (Default: `false`)", "location": "query", "type": "string" }, "sortOrder": { "description": "Whether to return results in ascending or descending order, ignoring case.", "location": "query", "type": "string", "enumDescriptions": [ "Ascending order.", "Descending order." ], "enum": [ "ASCENDING", "DESCENDING" ] }, "viewType": { "description": "Whether to fetch the administrator-only or domain-wide public view of the user. For more information, see [Retrieve a user as a non-administrator](/admin-sdk/directory/v1/guides/manage-users#retrieve_users_non_admin).", "default": "admin_view", "location": "query", "type": "string", "enumDescriptions": [ "Results include both administrator-only and domain-public fields for the user.", "Results only include fields for the user that are publicly visible to other users in the domain." ], "enum": [ "admin_view", "domain_public" ] } }, "parameterOrder": [], "response": { "$ref": "Users" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.user", "https://www.googleapis.com/auth/admin.directory.user.readonly", "https://www.googleapis.com/auth/cloud-platform" ], "description": "Retrieves a paginated list of either deleted users or all users in a domain." }, "makeAdmin": { "id": "directory.users.makeAdmin", "path": "admin/directory/v1/users/{userKey}/makeAdmin", "flatPath": "admin/directory/v1/users/{userKey}/makeAdmin", "httpMethod": "POST", "parameters": { "userKey": { "description": "Identifies the user in the API request. The value can be the user's primary email address, alias email address, or unique user ID.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "userKey" ], "request": { "$ref": "UserMakeAdmin" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.user" ], "description": "Makes a user a super administrator." }, "patch": { "id": "directory.users.patch", "path": "admin/directory/v1/users/{userKey}", "flatPath": "admin/directory/v1/users/{userKey}", "httpMethod": "PATCH", "parameters": { "userKey": { "description": "Identifies the user in the API request. The value can be the user's primary email address, alias email address, or unique user ID.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "userKey" ], "request": { "$ref": "User" }, "response": { "$ref": "User" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.user" ], "description": "Updates a user using patch semantics. The update method should be used instead, because it also supports patch semantics and has better performance. If you're mapping an external identity to a Google identity, use the [`update`](https://developers.google.com/admin-sdk/directory/v1/reference/users/update) method instead of the `patch` method. This method is unable to clear fields that contain repeated objects (`addresses`, `phones`, etc). Use the update method instead." }, "undelete": { "id": "directory.users.undelete", "path": "admin/directory/v1/users/{userKey}/undelete", "flatPath": "admin/directory/v1/users/{userKey}/undelete", "httpMethod": "POST", "parameters": { "userKey": { "description": "The immutable id of the user", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "userKey" ], "request": { "$ref": "UserUndelete" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.user" ], "description": "Undeletes a deleted user." }, "update": { "id": "directory.users.update", "path": "admin/directory/v1/users/{userKey}", "flatPath": "admin/directory/v1/users/{userKey}", "httpMethod": "PUT", "parameters": { "userKey": { "description": "Identifies the user in the API request. The value can be the user's primary email address, alias email address, or unique user ID.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "userKey" ], "request": { "$ref": "User" }, "response": { "$ref": "User" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.user" ], "description": "Updates a user. This method supports patch semantics, meaning that you only need to include the fields you wish to update. Fields that are not present in the request will be preserved, and fields set to `null` will be cleared. For repeating fields that contain arrays, individual items in the array can't be patched piecemeal; they must be supplied in the request body with the desired values for all items. See the [user accounts guide](https://developers.google.com/admin-sdk/directory/v1/guides/manage-users#update_user) for more information." }, "watch": { "id": "directory.users.watch", "path": "admin/directory/v1/users/watch", "flatPath": "admin/directory/v1/users/watch", "httpMethod": "POST", "parameters": { "domain": { "description": "Name of the domain. Fill this field to get users from only this domain. To return all users in a multi-domain fill customer field instead.\"", "location": "query", "type": "string" }, "customer": { "description": "Immutable ID of the Google Workspace account. In case of multi-domain, to fetch all users for a customer, fill this field instead of domain.", "location": "query", "type": "string" }, "event": { "description": "Events to watch for.", "location": "query", "type": "string", "enumDescriptions": [ "User Created Event", "User Deleted Event", "User Admin Status Change Event", "User Undeleted Event", "User Updated Event" ], "enum": [ "add", "delete", "makeAdmin", "undelete", "update" ] }, "customFieldMask": { "description": "Comma-separated list of schema names. All fields from these schemas are fetched. This should only be set when projection=custom.", "location": "query", "type": "string" }, "maxResults": { "description": "Maximum number of results to return.", "default": "100", "minimum": "1", "maximum": "500", "location": "query", "type": "integer", "format": "int32" }, "orderBy": { "description": "Column to use for sorting results", "location": "query", "type": "string", "enumDescriptions": [ "Primary email of the user.", "User's family name.", "User's given name." ], "enum": [ "email", "familyName", "givenName" ] }, "pageToken": { "description": "Token to specify next page in the list", "location": "query", "type": "string" }, "projection": { "description": "What subset of fields to fetch for this user.", "default": "basic", "location": "query", "type": "string", "enumDescriptions": [ "Do not include any custom fields for the user.", "Include custom fields from schemas mentioned in customFieldMask.", "Include all fields associated with this user." ], "enum": [ "basic", "custom", "full" ] }, "query": { "description": "Query string search. Should be of the form \"\". Complete documentation is at https: //developers.google.com/admin-sdk/directory/v1/guides/search-users", "location": "query", "type": "string" }, "showDeleted": { "description": "If set to true, retrieves the list of deleted users. (Default: false)", "location": "query", "type": "string" }, "sortOrder": { "description": "Whether to return results in ascending or descending order.", "location": "query", "type": "string", "enumDescriptions": [ "Ascending order.", "Descending order." ], "enum": [ "ASCENDING", "DESCENDING" ] }, "viewType": { "description": "Whether to fetch the administrator-only or domain-wide public view of the user. For more information, see [Retrieve a user as a non-administrator](/admin-sdk/directory/v1/guides/manage-users#retrieve_users_non_admin).", "default": "admin_view", "location": "query", "type": "string", "enumDescriptions": [ "Results include both administrator-only and domain-public fields.", "Results only include fields for the user that are publicly visible to other users in the domain." ], "enum": [ "admin_view", "domain_public" ] } }, "parameterOrder": [], "request": { "$ref": "Channel" }, "response": { "$ref": "Channel" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.user", "https://www.googleapis.com/auth/admin.directory.user.readonly", "https://www.googleapis.com/auth/cloud-platform" ], "description": "Watches for changes in users list." }, "signOut": { "id": "directory.users.signOut", "path": "admin/directory/v1/users/{userKey}/signOut", "flatPath": "admin/directory/v1/users/{userKey}/signOut", "httpMethod": "POST", "parameters": { "userKey": { "description": "Identifies the target user in the API request. The value can be the user's primary email address, alias email address, or unique user ID.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "userKey" ], "scopes": [ "https://www.googleapis.com/auth/admin.directory.user.security" ], "description": "Signs a user out of all web and device sessions and reset their sign-in cookies. User will have to sign in by authenticating again." } }, "resources": { "aliases": { "methods": { "delete": { "id": "directory.users.aliases.delete", "path": "admin/directory/v1/users/{userKey}/aliases/{alias}", "flatPath": "admin/directory/v1/users/{userKey}/aliases/{alias}", "httpMethod": "DELETE", "parameters": { "userKey": { "description": "Identifies the user in the API request. The value can be the user's primary email address, alias email address, or unique user ID.", "location": "path", "required": true, "type": "string" }, "alias": { "description": "The alias to be removed.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "userKey", "alias" ], "scopes": [ "https://www.googleapis.com/auth/admin.directory.user", "https://www.googleapis.com/auth/admin.directory.user.alias" ], "description": "Removes an alias." }, "insert": { "id": "directory.users.aliases.insert", "path": "admin/directory/v1/users/{userKey}/aliases", "flatPath": "admin/directory/v1/users/{userKey}/aliases", "httpMethod": "POST", "parameters": { "userKey": { "description": "Identifies the user in the API request. The value can be the user's primary email address, alias email address, or unique user ID.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "userKey" ], "request": { "$ref": "Alias" }, "response": { "$ref": "Alias" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.user", "https://www.googleapis.com/auth/admin.directory.user.alias" ], "description": "Adds an alias." }, "list": { "id": "directory.users.aliases.list", "path": "admin/directory/v1/users/{userKey}/aliases", "flatPath": "admin/directory/v1/users/{userKey}/aliases", "httpMethod": "GET", "parameters": { "userKey": { "description": "Identifies the user in the API request. The value can be the user's primary email address, alias email address, or unique user ID.", "location": "path", "required": true, "type": "string" }, "event": { "description": "Events to watch for.", "location": "query", "type": "string", "enumDescriptions": [ "Alias Created Event", "Alias Deleted Event" ], "enum": [ "add", "delete" ] } }, "parameterOrder": [ "userKey" ], "response": { "$ref": "Aliases" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.user", "https://www.googleapis.com/auth/admin.directory.user.alias", "https://www.googleapis.com/auth/admin.directory.user.alias.readonly", "https://www.googleapis.com/auth/admin.directory.user.readonly" ], "description": "Lists all aliases for a user." }, "watch": { "id": "directory.users.aliases.watch", "path": "admin/directory/v1/users/{userKey}/aliases/watch", "flatPath": "admin/directory/v1/users/{userKey}/aliases/watch", "httpMethod": "POST", "parameters": { "userKey": { "description": "Email or immutable ID of the user", "location": "path", "required": true, "type": "string" }, "event": { "description": "Events to watch for.", "location": "query", "type": "string", "enumDescriptions": [ "Alias Created Event", "Alias Deleted Event" ], "enum": [ "add", "delete" ] } }, "parameterOrder": [ "userKey" ], "request": { "$ref": "Channel" }, "response": { "$ref": "Channel" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.user", "https://www.googleapis.com/auth/admin.directory.user.alias", "https://www.googleapis.com/auth/admin.directory.user.alias.readonly", "https://www.googleapis.com/auth/admin.directory.user.readonly" ], "description": "Watches for changes in users list." } } }, "photos": { "methods": { "delete": { "id": "directory.users.photos.delete", "path": "admin/directory/v1/users/{userKey}/photos/thumbnail", "flatPath": "admin/directory/v1/users/{userKey}/photos/thumbnail", "httpMethod": "DELETE", "parameters": { "userKey": { "description": "Identifies the user in the API request. The value can be the user's primary email address, alias email address, or unique user ID.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "userKey" ], "scopes": [ "https://www.googleapis.com/auth/admin.directory.user" ], "description": "Removes the user's photo." }, "get": { "id": "directory.users.photos.get", "path": "admin/directory/v1/users/{userKey}/photos/thumbnail", "flatPath": "admin/directory/v1/users/{userKey}/photos/thumbnail", "httpMethod": "GET", "parameters": { "userKey": { "description": "Identifies the user in the API request. The value can be the user's primary email address, alias email address, or unique user ID.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "userKey" ], "response": { "$ref": "UserPhoto" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.user", "https://www.googleapis.com/auth/admin.directory.user.readonly" ], "description": "Retrieves the user's photo." }, "update": { "id": "directory.users.photos.update", "path": "admin/directory/v1/users/{userKey}/photos/thumbnail", "flatPath": "admin/directory/v1/users/{userKey}/photos/thumbnail", "httpMethod": "PUT", "parameters": { "userKey": { "description": "Identifies the user in the API request. The value can be the user's primary email address, alias email address, or unique user ID.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "userKey" ], "request": { "$ref": "UserPhoto" }, "response": { "$ref": "UserPhoto" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.user" ], "description": "Adds a photo for the user." }, "patch": { "id": "directory.users.photos.patch", "path": "admin/directory/v1/users/{userKey}/photos/thumbnail", "flatPath": "admin/directory/v1/users/{userKey}/photos/thumbnail", "httpMethod": "PATCH", "parameters": { "userKey": { "description": "Identifies the user in the API request. The value can be the user's primary email address, alias email address, or unique user ID.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "userKey" ], "request": { "$ref": "UserPhoto" }, "response": { "$ref": "UserPhoto" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.user" ], "description": "Adds a photo for the user. This method supports [patch semantics](/admin-sdk/directory/v1/guides/performance#patch)." } } } } }, "verificationCodes": { "methods": { "generate": { "id": "directory.verificationCodes.generate", "path": "admin/directory/v1/users/{userKey}/verificationCodes/generate", "flatPath": "admin/directory/v1/users/{userKey}/verificationCodes/generate", "httpMethod": "POST", "parameters": { "userKey": { "description": "Email or immutable ID of the user", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "userKey" ], "scopes": [ "https://www.googleapis.com/auth/admin.directory.user.security" ], "description": "Generates new backup verification codes for the user." }, "invalidate": { "id": "directory.verificationCodes.invalidate", "path": "admin/directory/v1/users/{userKey}/verificationCodes/invalidate", "flatPath": "admin/directory/v1/users/{userKey}/verificationCodes/invalidate", "httpMethod": "POST", "parameters": { "userKey": { "description": "Email or immutable ID of the user", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "userKey" ], "scopes": [ "https://www.googleapis.com/auth/admin.directory.user.security" ], "description": "Invalidates the current backup verification codes for the user." }, "list": { "id": "directory.verificationCodes.list", "path": "admin/directory/v1/users/{userKey}/verificationCodes", "flatPath": "admin/directory/v1/users/{userKey}/verificationCodes", "httpMethod": "GET", "parameters": { "userKey": { "description": "Identifies the user in the API request. The value can be the user's primary email address, alias email address, or unique user ID.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "userKey" ], "response": { "$ref": "VerificationCodes" }, "scopes": [ "https://www.googleapis.com/auth/admin.directory.user.security" ], "description": "Returns the current set of valid backup verification codes for the specified user." } } } }, "batchPath": "batch", "mtlsRootUrl": "https://admin.mtls.googleapis.com/", "auth": { "oauth2": { "scopes": { "https://www.googleapis.com/auth/admin.chrome.printers": { "description": "See, add, edit, and permanently delete the printers that your organization can use with Chrome" }, "https://www.googleapis.com/auth/admin.chrome.printers.readonly": { "description": "See the printers that your organization can use with Chrome" }, "https://www.googleapis.com/auth/admin.directory.customer": { "description": "View and manage customer related information" }, "https://www.googleapis.com/auth/admin.directory.customer.readonly": { "description": "View customer related information" }, "https://www.googleapis.com/auth/admin.directory.device.chromeos": { "description": "View and manage your Chrome OS devices' metadata" }, "https://www.googleapis.com/auth/admin.directory.device.chromeos.readonly": { "description": "View your Chrome OS devices' metadata" }, "https://www.googleapis.com/auth/admin.directory.device.mobile": { "description": "View and manage your mobile devices' metadata" }, "https://www.googleapis.com/auth/admin.directory.device.mobile.action": { "description": "Manage your mobile devices by performing administrative tasks" }, "https://www.googleapis.com/auth/admin.directory.device.mobile.readonly": { "description": "View your mobile devices' metadata" }, "https://www.googleapis.com/auth/admin.directory.domain": { "description": "View and manage the provisioning of domains for your customers" }, "https://www.googleapis.com/auth/admin.directory.domain.readonly": { "description": "View domains related to your customers" }, "https://www.googleapis.com/auth/admin.directory.group": { "description": "View and manage the provisioning of groups on your domain" }, "https://www.googleapis.com/auth/admin.directory.group.member": { "description": "View and manage group subscriptions on your domain" }, "https://www.googleapis.com/auth/admin.directory.group.member.readonly": { "description": "View group subscriptions on your domain" }, "https://www.googleapis.com/auth/admin.directory.group.readonly": { "description": "View groups on your domain" }, "https://www.googleapis.com/auth/admin.directory.orgunit": { "description": "View and manage organization units on your domain" }, "https://www.googleapis.com/auth/admin.directory.orgunit.readonly": { "description": "View organization units on your domain" }, "https://www.googleapis.com/auth/admin.directory.resource.calendar": { "description": "View and manage the provisioning of calendar resources on your domain" }, "https://www.googleapis.com/auth/admin.directory.resource.calendar.readonly": { "description": "View calendar resources on your domain" }, "https://www.googleapis.com/auth/admin.directory.rolemanagement": { "description": "Manage delegated admin roles for your domain" }, "https://www.googleapis.com/auth/admin.directory.rolemanagement.readonly": { "description": "View delegated admin roles for your domain" }, "https://www.googleapis.com/auth/admin.directory.user": { "description": "View and manage the provisioning of users on your domain" }, "https://www.googleapis.com/auth/admin.directory.user.alias": { "description": "View and manage user aliases on your domain" }, "https://www.googleapis.com/auth/admin.directory.user.alias.readonly": { "description": "View user aliases on your domain" }, "https://www.googleapis.com/auth/admin.directory.user.readonly": { "description": "See info about users on your domain" }, "https://www.googleapis.com/auth/admin.directory.user.security": { "description": "Manage data access permissions for users on your domain" }, "https://www.googleapis.com/auth/admin.directory.userschema": { "description": "View and manage the provisioning of user schemas on your domain" }, "https://www.googleapis.com/auth/admin.directory.userschema.readonly": { "description": "View user schemas on your domain" }, "https://www.googleapis.com/auth/cloud-platform": { "description": "See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account." } } } }, "servicePath": "", "kind": "discovery#restDescription", "ownerName": "Google", "parameters": { "access_token": { "type": "string", "description": "OAuth access token.", "location": "query" }, "alt": { "type": "string", "description": "Data format for response.", "default": "json", "enum": [ "json", "media", "proto" ], "enumDescriptions": [ "Responses with Content-Type of application/json", "Media download with context-dependent Content-Type", "Responses with Content-Type of application/x-protobuf" ], "location": "query" }, "callback": { "type": "string", "description": "JSONP", "location": "query" }, "fields": { "type": "string", "description": "Selector specifying which fields to include in a partial response.", "location": "query" }, "key": { "type": "string", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.", "location": "query" }, "oauth_token": { "type": "string", "description": "OAuth 2.0 token for the current user.", "location": "query" }, "prettyPrint": { "type": "boolean", "description": "Returns response with indentations and line breaks.", "default": "true", "location": "query" }, "quotaUser": { "type": "string", "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.", "location": "query" }, "upload_protocol": { "type": "string", "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").", "location": "query" }, "uploadType": { "type": "string", "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").", "location": "query" }, "$.xgafv": { "type": "string", "description": "V1 error format.", "enum": [ "1", "2" ], "enumDescriptions": [ "v1 error format", "v2 error format" ], "location": "query" } }, "documentationLink": "https://developers.google.com/admin-sdk/", "ownerDomain": "google.com", "rootUrl": "https://admin.googleapis.com/", "version": "directory_v1", "description": "Admin SDK lets administrators of enterprise domains to view and manage resources like user, groups etc. It also provides audit and usage reports of domain.", "schemas": { "ListPrinterModelsResponse": { "id": "ListPrinterModelsResponse", "description": "Response for listing allowed printer models.", "type": "object", "properties": { "printerModels": { "description": "Printer models that are currently allowed to be configured for ChromeOs. Some printers may be added or removed over time.", "type": "array", "items": { "$ref": "PrinterModel" } }, "nextPageToken": { "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.", "type": "string" } } }, "PrinterModel": { "id": "PrinterModel", "description": "Printer manufacturer and model", "type": "object", "properties": { "manufacturer": { "description": "Manufacturer. eq. \"Brother\"", "type": "string" }, "displayName": { "description": "Display name. eq. \"Brother MFC-8840D\"", "type": "string" }, "makeAndModel": { "description": "Make and model as represented in \"make_and_model\" field in Printer object. eq. \"brother mfc-8840d\"", "type": "string" } } }, "ListPrintersResponse": { "id": "ListPrintersResponse", "description": "Response for listing printers.", "type": "object", "properties": { "printers": { "description": "List of printers. If `org_unit_id` was given in the request, then only printers visible for this OU will be returned. If `org_unit_id` was not given in the request, then all printers will be returned.", "type": "array", "items": { "$ref": "Printer" } }, "nextPageToken": { "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.", "type": "string" } } }, "Printer": { "id": "Printer", "description": "Printer configuration.", "type": "object", "properties": { "name": { "description": "The resource name of the Printer object, in the format customers/{customer-id}/printers/{printer-id} (During printer creation leave empty)", "type": "string" }, "id": { "description": "Id of the printer. (During printer creation leave empty)", "type": "string" }, "displayName": { "description": "Editable. Name of printer.", "type": "string" }, "description": { "description": "Editable. Description of printer.", "type": "string" }, "makeAndModel": { "description": "Editable. Make and model of printer. e.g. Lexmark MS610de Value must be in format as seen in ListPrinterModels response.", "type": "string" }, "uri": { "description": "Editable. Printer URI.", "type": "string" }, "createTime": { "description": "Output only. Time when printer was created.", "readOnly": true, "type": "string", "format": "google-datetime" }, "orgUnitId": { "description": "Organization Unit that owns this printer (Only can be set during Printer creation)", "type": "string" }, "auxiliaryMessages": { "description": "Output only. Auxiliary messages about issues with the printer configuration if any.", "readOnly": true, "type": "array", "items": { "$ref": "AuxiliaryMessage" } }, "useDriverlessConfig": { "description": "Editable. flag to use driverless configuration or not. If it's set to be true, make_and_model can be ignored", "type": "boolean" } } }, "AuxiliaryMessage": { "id": "AuxiliaryMessage", "description": "Auxiliary message about issues with printers or settings. Example: {message_type:AUXILIARY_MESSAGE_WARNING, field_mask:make_and_model, message:\"Given printer is invalid or no longer supported.\"}", "type": "object", "properties": { "severity": { "description": "Message severity", "type": "string", "enumDescriptions": [ "Message type unspecified.", "Message of severity: info.", "Message of severity: warning.", "Message of severity: error." ], "enum": [ "SEVERITY_UNSPECIFIED", "SEVERITY_INFO", "SEVERITY_WARNING", "SEVERITY_ERROR" ] }, "fieldMask": { "description": "Field that this message concerns.", "type": "string", "format": "google-fieldmask" }, "auxiliaryMessage": { "description": "Human readable message in English. Example: \"Given printer is invalid or no longer supported.\"", "type": "string" } } }, "BatchCreatePrintersRequest": { "id": "BatchCreatePrintersRequest", "description": "Request for adding new printers in batch.", "type": "object", "properties": { "requests": { "description": "A list of Printers to be created. Max 50 at a time.", "type": "array", "items": { "$ref": "CreatePrinterRequest" } } } }, "CreatePrinterRequest": { "id": "CreatePrinterRequest", "description": "Request for adding a new printer.", "type": "object", "properties": { "parent": { "description": "Required. The name of the customer. Format: customers/{customer_id}", "type": "string" }, "printer": { "description": "Required. A printer to create. If you want to place the printer under particular OU then populate printer.org_unit_id filed. Otherwise the printer will be placed under root OU.", "$ref": "Printer" } } }, "BatchCreatePrintersResponse": { "id": "BatchCreatePrintersResponse", "description": "Response for adding new printers in batch.", "type": "object", "properties": { "printers": { "description": "A list of successfully created printers with their IDs populated.", "type": "array", "items": { "$ref": "Printer" } }, "failures": { "description": "A list of create failures. Printer IDs are not populated, as printer were not created.", "type": "array", "items": { "$ref": "FailureInfo" } } } }, "FailureInfo": { "id": "FailureInfo", "description": "Info about failures", "type": "object", "properties": { "printerId": { "description": "Id of a failed printer.", "type": "string" }, "printer": { "description": "Failed printer.", "$ref": "Printer" }, "errorCode": { "description": "Canonical code for why the update failed to apply.", "type": "string", "enumDescriptions": [ "Not an error; returned on success. HTTP Mapping: 200 OK", "The operation was cancelled, typically by the caller. HTTP Mapping: 499 Client Closed Request", "Unknown error. For example, this error may be returned when a `Status` value received from another address space belongs to an error space that is not known in this address space. Also errors raised by APIs that do not return enough error information may be converted to this error. HTTP Mapping: 500 Internal Server Error", "The client specified an invalid argument. Note that this differs from `FAILED_PRECONDITION`. `INVALID_ARGUMENT` indicates arguments that are problematic regardless of the state of the system (e.g., a malformed file name). HTTP Mapping: 400 Bad Request", "The deadline expired before the operation could complete. For operations that change the state of the system, this error may be returned even if the operation has completed successfully. For example, a successful response from a server could have been delayed long enough for the deadline to expire. HTTP Mapping: 504 Gateway Timeout", "Some requested entity (e.g., file or directory) was not found. Note to server developers: if a request is denied for an entire class of users, such as gradual feature rollout or undocumented allowlist, `NOT_FOUND` may be used. If a request is denied for some users within a class of users, such as user-based access control, `PERMISSION_DENIED` must be used. HTTP Mapping: 404 Not Found", "The entity that a client attempted to create (e.g., file or directory) already exists. HTTP Mapping: 409 Conflict", "The caller does not have permission to execute the specified operation. `PERMISSION_DENIED` must not be used for rejections caused by exhausting some resource (use `RESOURCE_EXHAUSTED` instead for those errors). `PERMISSION_DENIED` must not be used if the caller can not be identified (use `UNAUTHENTICATED` instead for those errors). This error code does not imply the request is valid or the requested entity exists or satisfies other pre-conditions. HTTP Mapping: 403 Forbidden", "The request does not have valid authentication credentials for the operation. HTTP Mapping: 401 Unauthorized", "Some resource has been exhausted, perhaps a per-user quota, or perhaps the entire file system is out of space. HTTP Mapping: 429 Too Many Requests", "The operation was rejected because the system is not in a state required for the operation's execution. For example, the directory to be deleted is non-empty, an rmdir operation is applied to a non-directory, etc. Service implementors can use the following guidelines to decide between `FAILED_PRECONDITION`, `ABORTED`, and `UNAVAILABLE`: (a) Use `UNAVAILABLE` if the client can retry just the failing call. (b) Use `ABORTED` if the client should retry at a higher level. For example, when a client-specified test-and-set fails, indicating the client should restart a read-modify-write sequence. (c) Use `FAILED_PRECONDITION` if the client should not retry until the system state has been explicitly fixed. For example, if an \"rmdir\" fails because the directory is non-empty, `FAILED_PRECONDITION` should be returned since the client should not retry unless the files are deleted from the directory. HTTP Mapping: 400 Bad Request", "The operation was aborted, typically due to a concurrency issue such as a sequencer check failure or transaction abort. See the guidelines above for deciding between `FAILED_PRECONDITION`, `ABORTED`, and `UNAVAILABLE`. HTTP Mapping: 409 Conflict", "The operation was attempted past the valid range. E.g., seeking or reading past end-of-file. Unlike `INVALID_ARGUMENT`, this error indicates a problem that may be fixed if the system state changes. For example, a 32-bit file system will generate `INVALID_ARGUMENT` if asked to read at an offset that is not in the range [0,2^32-1], but it will generate `OUT_OF_RANGE` if asked to read from an offset past the current file size. There is a fair bit of overlap between `FAILED_PRECONDITION` and `OUT_OF_RANGE`. We recommend using `OUT_OF_RANGE` (the more specific error) when it applies so that callers who are iterating through a space can easily look for an `OUT_OF_RANGE` error to detect when they are done. HTTP Mapping: 400 Bad Request", "The operation is not implemented or is not supported/enabled in this service. HTTP Mapping: 501 Not Implemented", "Internal errors. This means that some invariants expected by the underlying system have been broken. This error code is reserved for serious errors. HTTP Mapping: 500 Internal Server Error", "The service is currently unavailable. This is most likely a transient condition, which can be corrected by retrying with a backoff. Note that it is not always safe to retry non-idempotent operations. See the guidelines above for deciding between `FAILED_PRECONDITION`, `ABORTED`, and `UNAVAILABLE`. HTTP Mapping: 503 Service Unavailable", "Unrecoverable data loss or corruption. HTTP Mapping: 500 Internal Server Error" ], "enum": [ "OK", "CANCELLED", "UNKNOWN", "INVALID_ARGUMENT", "DEADLINE_EXCEEDED", "NOT_FOUND", "ALREADY_EXISTS", "PERMISSION_DENIED", "UNAUTHENTICATED", "RESOURCE_EXHAUSTED", "FAILED_PRECONDITION", "ABORTED", "OUT_OF_RANGE", "UNIMPLEMENTED", "INTERNAL", "UNAVAILABLE", "DATA_LOSS" ] }, "errorMessage": { "description": "Failure reason message.", "type": "string" } } }, "Empty": { "id": "Empty", "description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }", "type": "object", "properties": {} }, "BatchDeletePrintersRequest": { "id": "BatchDeletePrintersRequest", "description": "Request for deleting existing printers in batch.", "type": "object", "properties": { "printerIds": { "description": "A list of Printer.id that should be deleted. Max 100 at a time.", "type": "array", "items": { "type": "string" } } } }, "BatchDeletePrintersResponse": { "id": "BatchDeletePrintersResponse", "description": "Response for deleting existing printers in batch.", "type": "object", "properties": { "printerIds": { "description": "A list of Printer.id that were successfully deleted.", "type": "array", "items": { "type": "string" } }, "failedPrinters": { "description": "A list of update failures.", "type": "array", "items": { "$ref": "FailureInfo" } } } }, "ListPrintServersResponse": { "id": "ListPrintServersResponse", "type": "object", "properties": { "printServers": { "description": "List of print servers.", "type": "array", "items": { "$ref": "PrintServer" } }, "nextPageToken": { "description": "A token that can be sent as `page_token` in a request to retrieve the next page. If this field is omitted, there are no subsequent pages.", "type": "string" } } }, "PrintServer": { "id": "PrintServer", "description": "Configuration for a print server.", "type": "object", "properties": { "name": { "description": "Immutable. Resource name of the print server. Leave empty when creating. Format: `customers/{customer.id}/printServers/{print_server.id}`", "type": "string" }, "id": { "description": "Immutable. ID of the print server. Leave empty when creating.", "type": "string" }, "displayName": { "description": "Editable. Display name of the print server (as shown in the Admin console).", "type": "string" }, "description": { "description": "Editable. Description of the print server (as shown in the Admin console).", "type": "string" }, "uri": { "description": "Editable. Print server URI.", "type": "string" }, "createTime": { "description": "Output only. Time when the print server was created.", "readOnly": true, "type": "string", "format": "google-datetime" }, "orgUnitId": { "description": "ID of the organization unit (OU) that owns this print server. This value can only be set when the print server is initially created. If it's not populated, the print server is placed under the root OU. The `org_unit_id` can be retrieved using the [Directory API](/admin-sdk/directory/reference/rest/v1/orgunits).", "type": "string" } } }, "BatchCreatePrintServersRequest": { "id": "BatchCreatePrintServersRequest", "description": "Request to add multiple new print servers in a batch.", "type": "object", "properties": { "requests": { "description": "Required. A list of `PrintServer` resources to be created (max `50` per batch).", "type": "array", "items": { "$ref": "CreatePrintServerRequest" } } } }, "CreatePrintServerRequest": { "id": "CreatePrintServerRequest", "description": "Request for adding a new print server.", "type": "object", "properties": { "parent": { "description": "Required. The [unique ID](https://developers.google.com/admin-sdk/directory/reference/rest/v1/customers) of the customer's Google Workspace account. Format: `customers/{id}`", "type": "string" }, "printServer": { "description": "Required. A print server to create. If you want to place the print server under a specific organizational unit (OU), then populate the `org_unit_id`. Otherwise the print server is created under the root OU. The `org_unit_id` can be retrieved using the [Directory API](https://developers.google.com/admin-sdk/directory/v1/guides/manage-org-units).", "$ref": "PrintServer" } } }, "BatchCreatePrintServersResponse": { "id": "BatchCreatePrintServersResponse", "type": "object", "properties": { "printServers": { "description": "A list of successfully created print servers with their IDs populated.", "type": "array", "items": { "$ref": "PrintServer" } }, "failures": { "description": "A list of create failures. `PrintServer` IDs are not populated, as print servers were not created.", "type": "array", "items": { "$ref": "PrintServerFailureInfo" } } } }, "PrintServerFailureInfo": { "id": "PrintServerFailureInfo", "description": "Info about failures", "type": "object", "properties": { "printServerId": { "description": "ID of a failed print server.", "type": "string" }, "printServer": { "description": "Failed print server.", "$ref": "PrintServer" }, "errorCode": { "description": "Canonical code for why the update failed to apply.", "type": "string", "enumDescriptions": [ "Not an error; returned on success. HTTP Mapping: 200 OK", "The operation was cancelled, typically by the caller. HTTP Mapping: 499 Client Closed Request", "Unknown error. For example, this error may be returned when a `Status` value received from another address space belongs to an error space that is not known in this address space. Also errors raised by APIs that do not return enough error information may be converted to this error. HTTP Mapping: 500 Internal Server Error", "The client specified an invalid argument. Note that this differs from `FAILED_PRECONDITION`. `INVALID_ARGUMENT` indicates arguments that are problematic regardless of the state of the system (e.g., a malformed file name). HTTP Mapping: 400 Bad Request", "The deadline expired before the operation could complete. For operations that change the state of the system, this error may be returned even if the operation has completed successfully. For example, a successful response from a server could have been delayed long enough for the deadline to expire. HTTP Mapping: 504 Gateway Timeout", "Some requested entity (e.g., file or directory) was not found. Note to server developers: if a request is denied for an entire class of users, such as gradual feature rollout or undocumented allowlist, `NOT_FOUND` may be used. If a request is denied for some users within a class of users, such as user-based access control, `PERMISSION_DENIED` must be used. HTTP Mapping: 404 Not Found", "The entity that a client attempted to create (e.g., file or directory) already exists. HTTP Mapping: 409 Conflict", "The caller does not have permission to execute the specified operation. `PERMISSION_DENIED` must not be used for rejections caused by exhausting some resource (use `RESOURCE_EXHAUSTED` instead for those errors). `PERMISSION_DENIED` must not be used if the caller can not be identified (use `UNAUTHENTICATED` instead for those errors). This error code does not imply the request is valid or the requested entity exists or satisfies other pre-conditions. HTTP Mapping: 403 Forbidden", "The request does not have valid authentication credentials for the operation. HTTP Mapping: 401 Unauthorized", "Some resource has been exhausted, perhaps a per-user quota, or perhaps the entire file system is out of space. HTTP Mapping: 429 Too Many Requests", "The operation was rejected because the system is not in a state required for the operation's execution. For example, the directory to be deleted is non-empty, an rmdir operation is applied to a non-directory, etc. Service implementors can use the following guidelines to decide between `FAILED_PRECONDITION`, `ABORTED`, and `UNAVAILABLE`: (a) Use `UNAVAILABLE` if the client can retry just the failing call. (b) Use `ABORTED` if the client should retry at a higher level. For example, when a client-specified test-and-set fails, indicating the client should restart a read-modify-write sequence. (c) Use `FAILED_PRECONDITION` if the client should not retry until the system state has been explicitly fixed. For example, if an \"rmdir\" fails because the directory is non-empty, `FAILED_PRECONDITION` should be returned since the client should not retry unless the files are deleted from the directory. HTTP Mapping: 400 Bad Request", "The operation was aborted, typically due to a concurrency issue such as a sequencer check failure or transaction abort. See the guidelines above for deciding between `FAILED_PRECONDITION`, `ABORTED`, and `UNAVAILABLE`. HTTP Mapping: 409 Conflict", "The operation was attempted past the valid range. E.g., seeking or reading past end-of-file. Unlike `INVALID_ARGUMENT`, this error indicates a problem that may be fixed if the system state changes. For example, a 32-bit file system will generate `INVALID_ARGUMENT` if asked to read at an offset that is not in the range [0,2^32-1], but it will generate `OUT_OF_RANGE` if asked to read from an offset past the current file size. There is a fair bit of overlap between `FAILED_PRECONDITION` and `OUT_OF_RANGE`. We recommend using `OUT_OF_RANGE` (the more specific error) when it applies so that callers who are iterating through a space can easily look for an `OUT_OF_RANGE` error to detect when they are done. HTTP Mapping: 400 Bad Request", "The operation is not implemented or is not supported/enabled in this service. HTTP Mapping: 501 Not Implemented", "Internal errors. This means that some invariants expected by the underlying system have been broken. This error code is reserved for serious errors. HTTP Mapping: 500 Internal Server Error", "The service is currently unavailable. This is most likely a transient condition, which can be corrected by retrying with a backoff. Note that it is not always safe to retry non-idempotent operations. See the guidelines above for deciding between `FAILED_PRECONDITION`, `ABORTED`, and `UNAVAILABLE`. HTTP Mapping: 503 Service Unavailable", "Unrecoverable data loss or corruption. HTTP Mapping: 500 Internal Server Error" ], "enum": [ "OK", "CANCELLED", "UNKNOWN", "INVALID_ARGUMENT", "DEADLINE_EXCEEDED", "NOT_FOUND", "ALREADY_EXISTS", "PERMISSION_DENIED", "UNAUTHENTICATED", "RESOURCE_EXHAUSTED", "FAILED_PRECONDITION", "ABORTED", "OUT_OF_RANGE", "UNIMPLEMENTED", "INTERNAL", "UNAVAILABLE", "DATA_LOSS" ] }, "errorMessage": { "description": "Failure reason message.", "type": "string" } } }, "BatchDeletePrintServersRequest": { "id": "BatchDeletePrintServersRequest", "description": "Request to delete multiple existing print servers in a batch.", "type": "object", "properties": { "printServerIds": { "description": "A list of print server IDs that should be deleted (max `100` per batch).", "type": "array", "items": { "type": "string" } } } }, "BatchDeletePrintServersResponse": { "id": "BatchDeletePrintServersResponse", "type": "object", "properties": { "printServerIds": { "description": "A list of print server IDs that were successfully deleted.", "type": "array", "items": { "type": "string" } }, "failedPrintServers": { "description": "A list of update failures.", "type": "array", "items": { "$ref": "PrintServerFailureInfo" } } } }, "ChromeOsDeviceAction": { "id": "ChromeOsDeviceAction", "description": "Data about an update to the status of a Chrome OS device.", "type": "object", "properties": { "action": { "description": "Action to be taken on the Chrome OS device.", "annotations": { "required": [ "directory.chromeosdevices.action" ] }, "type": "string" }, "deprovisionReason": { "description": "Only used when the action is `deprovision`. With the `deprovision` action, this field is required. *Note*: The deprovision reason is audited because it might have implications on licenses for perpetual subscription customers.", "type": "string" } } }, "ChromeOsDevice": { "id": "ChromeOsDevice", "description": "Google Chrome devices run on the [Chrome OS](https://support.google.com/chromeos). For more information about common API tasks, see the [Developer's Guide](/admin-sdk/directory/v1/guides/manage-chrome-devices).", "type": "object", "properties": { "deviceId": { "description": "The unique ID of the Chrome device.", "type": "string" }, "serialNumber": { "description": "The Chrome device serial number entered when the device was enabled. This value is the same as the Admin console's *Serial Number* in the *Chrome OS Devices* tab.", "type": "string" }, "status": { "description": "The status of the device.", "type": "string" }, "lastSync": { "description": "Date and time the device was last synchronized with the policy settings in the G Suite administrator control panel (Read-only)", "type": "string", "format": "date-time" }, "supportEndDate": { "description": "Final date the device will be supported (Read-only)", "type": "string", "format": "date-time" }, "annotatedUser": { "description": "The user of the device as noted by the administrator. Maximum length is 100 characters. Empty values are allowed.", "type": "string" }, "annotatedLocation": { "description": "The address or location of the device as noted by the administrator. Maximum length is `200` characters. Empty values are allowed.", "type": "string" }, "notes": { "description": "Notes about this device added by the administrator. This property can be [searched](https://support.google.com/chrome/a/answer/1698333) with the [list](/admin-sdk/directory/v1/reference/chromeosdevices/list) method's `query` parameter. Maximum length is 500 characters. Empty values are allowed.", "type": "string" }, "model": { "description": "The device's model information. If the device does not have this information, this property is not included in the response.", "type": "string" }, "meid": { "description": "The Mobile Equipment Identifier (MEID) or the International Mobile Equipment Identity (IMEI) for the 3G mobile card in a mobile device. A MEID/IMEI is typically used when adding a device to a wireless carrier's post-pay service plan. If the device does not have this information, this property is not included in the response. For more information on how to export a MEID/IMEI list, see the [Developer's Guide](/admin-sdk/directory/v1/guides/manage-chrome-devices.html#export_meid).", "type": "string" }, "orderNumber": { "description": "The device's order number. Only devices directly purchased from Google have an order number.", "type": "string" }, "willAutoRenew": { "description": "Determines if the device will auto renew its support after the support end date. This is a read-only property.", "type": "boolean" }, "osVersion": { "description": "The Chrome device's operating system version.", "type": "string" }, "platformVersion": { "description": "The Chrome device's platform version.", "type": "string" }, "firmwareVersion": { "description": "The Chrome device's firmware version.", "type": "string" }, "macAddress": { "description": "The device's wireless MAC address. If the device does not have this information, it is not included in the response.", "type": "string" }, "bootMode": { "description": "The boot mode for the device. The possible values are: * `Verified`: The device is running a valid version of the Chrome OS. * `Dev`: The devices's developer hardware switch is enabled. When booted, the device has a command line shell. For an example of a developer switch, see the [Chromebook developer information](https://www.chromium.org/chromium-os/developer-information-for-chrome-os-devices/samsung-series-5-chromebook#TOC-Developer-switch).", "type": "string" }, "lastEnrollmentTime": { "description": "Date and time the device was last enrolled (Read-only)", "type": "string", "format": "date-time" }, "kind": { "description": "The type of resource. For the Chromeosdevices resource, the value is `admin#directory#chromeosdevice`.", "default": "admin#directory#chromeosdevice", "type": "string" }, "recentUsers": { "description": "A list of recent device users, in descending order, by last login time.", "type": "array", "items": { "description": "A list of recent device users, in descending order, by last login time.", "type": "object", "properties": { "type": { "description": "The type of the user.", "type": "string" }, "email": { "description": "The user's email address. This is only present if the user type is `USER_TYPE_MANAGED`.", "type": "string" } } } }, "activeTimeRanges": { "description": "A list of active time ranges (Read-only).", "type": "array", "items": { "type": "object", "properties": { "activeTime": { "description": "Duration of usage in milliseconds.", "type": "integer", "format": "int32" }, "date": { "description": "Date of usage", "type": "string", "format": "date" } } } }, "ethernetMacAddress": { "description": "The device's MAC address on the ethernet network interface.", "type": "string" }, "annotatedAssetId": { "description": "The asset identifier as noted by an administrator or specified during enrollment.", "type": "string" }, "etag": { "description": "ETag of the resource.", "type": "string" }, "diskVolumeReports": { "description": "Reports of disk space and other info about mounted/connected volumes.", "type": "array", "items": { "type": "object", "properties": { "volumeInfo": { "description": "Disk volumes", "type": "array", "items": { "type": "object", "properties": { "volumeId": { "description": "Volume id", "type": "string" }, "storageTotal": { "description": "Total disk space [in bytes]", "type": "string", "format": "int64" }, "storageFree": { "description": "Free disk space [in bytes]", "type": "string", "format": "int64" } } } } } } }, "systemRamTotal": { "description": "Total RAM on the device [in bytes] (Read-only)", "type": "string", "format": "int64" }, "cpuStatusReports": { "description": "Reports of CPU utilization and temperature (Read-only)", "type": "array", "items": { "type": "object", "properties": { "reportTime": { "description": "Date and time the report was received.", "type": "string", "format": "date-time" }, "cpuUtilizationPercentageInfo": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "cpuTemperatureInfo": { "description": "A list of CPU temperature samples.", "type": "array", "items": { "type": "object", "properties": { "temperature": { "description": "Temperature in Celsius degrees.", "type": "integer", "format": "int32" }, "label": { "description": "CPU label", "type": "string" } } } } } } }, "cpuInfo": { "description": "Information regarding CPU specs in the device.", "type": "array", "items": { "description": "CPU specs for a CPU.", "type": "object", "properties": { "model": { "description": "The CPU model name.", "type": "string" }, "architecture": { "description": "The CPU architecture.", "type": "string" }, "maxClockSpeedKhz": { "description": "The max CPU clock speed in kHz.", "type": "integer", "format": "int32" }, "logicalCpus": { "description": "Information for the Logical CPUs", "type": "array", "items": { "description": "Status of a single logical CPU.", "type": "object", "properties": { "maxScalingFrequencyKhz": { "description": "Maximum frequency the CPU is allowed to run at, by policy.", "type": "integer", "format": "int32" }, "currentScalingFrequencyKhz": { "description": "Current frequency the CPU is running at.", "type": "integer", "format": "int32" }, "idleDuration": { "description": "Idle time since last boot.", "type": "string", "format": "google-duration" }, "cStates": { "description": "C-States indicate the power consumption state of the CPU. For more information look at documentation published by the CPU maker.", "type": "array", "items": { "description": "Status of a single C-state. C-states are various modes the CPU can transition to in order to use more or less power.", "type": "object", "properties": { "displayName": { "description": "Name of the state.", "type": "string" }, "sessionDuration": { "description": "Time spent in the state since the last reboot.", "type": "string", "format": "google-duration" } } } } } } } } } }, "deviceFiles": { "description": "A list of device files to download (Read-only)", "type": "array", "items": { "type": "object", "properties": { "name": { "description": "File name", "type": "string" }, "type": { "description": "File type", "type": "string" }, "downloadUrl": { "description": "File download URL", "type": "string" }, "createTime": { "description": "Date and time the file was created", "type": "string", "format": "date-time" } } } }, "systemRamFreeReports": { "description": "Reports of amounts of available RAM memory (Read-only)", "type": "array", "items": { "type": "object", "properties": { "reportTime": { "description": "Date and time the report was received.", "type": "string", "format": "date-time" }, "systemRamFreeInfo": { "type": "array", "items": { "type": "string", "format": "int64" } } } } }, "lastKnownNetwork": { "description": "Contains last known network (Read-only)", "type": "array", "items": { "description": "Information for an ip address.", "type": "object", "properties": { "ipAddress": { "description": "The IP address.", "type": "string" }, "wanIpAddress": { "description": "The WAN IP address.", "type": "string" } } } }, "autoUpdateExpiration": { "description": "(Read-only) The timestamp after which the device will stop receiving Chrome updates or support. Please use \"autoUpdateThrough\" instead.", "deprecated": true, "type": "string", "format": "int64" }, "ethernetMacAddress0": { "description": "(Read-only) MAC address used by the Chromebook’s internal ethernet port, and for onboard network (ethernet) interface. The format is twelve (12) hexadecimal digits without any delimiter (uppercase letters). This is only relevant for some devices.", "type": "string" }, "dockMacAddress": { "description": "(Read-only) Built-in MAC address for the docking station that the device connected to. Factory sets Media access control address (MAC address) assigned for use by a dock. It is reserved specifically for MAC pass through device policy. The format is twelve (12) hexadecimal digits without any delimiter (uppercase letters). This is only relevant for some devices.", "type": "string" }, "manufactureDate": { "description": "(Read-only) The date the device was manufactured in yyyy-mm-dd format.", "type": "string" }, "orgUnitPath": { "description": "The full parent path with the organizational unit's name associated with the device. Path names are case insensitive. If the parent organizational unit is the top-level organization, it is represented as a forward slash, `/`. This property can be [updated](/admin-sdk/directory/v1/guides/manage-chrome-devices#move_chrome_devices_to_ou) using the API. For more information about how to create an organizational structure for your device, see the [administration help center](https://support.google.com/a/answer/182433).", "type": "string" }, "tpmVersionInfo": { "description": "Trusted Platform Module (TPM) (Read-only)", "type": "object", "properties": { "family": { "description": "TPM family. We use the TPM 2.0 style encoding, e.g.: TPM 1.2: \"1.2\" -\u003e 312e3200 TPM 2.0: \"2.0\" -\u003e 322e3000", "type": "string" }, "specLevel": { "description": "TPM specification level. See Library Specification for TPM 2.0 and Main Specification for TPM 1.2.", "type": "string" }, "manufacturer": { "description": "TPM manufacturer code.", "type": "string" }, "tpmModel": { "description": "TPM model number.", "type": "string" }, "firmwareVersion": { "description": "TPM firmware version.", "type": "string" }, "vendorSpecific": { "description": "Vendor-specific information such as Vendor ID.", "type": "string" } } }, "screenshotFiles": { "description": "A list of screenshot files to download. Type is always \"SCREENSHOT_FILE\". (Read-only)", "type": "array", "items": { "type": "object", "properties": { "name": { "description": "File name", "type": "string" }, "type": { "description": "File type", "type": "string" }, "downloadUrl": { "description": "File download URL", "type": "string" }, "createTime": { "description": "Date and time the file was created", "type": "string", "format": "date-time" } } } }, "orgUnitId": { "description": "The unique ID of the organizational unit. orgUnitPath is the human readable version of orgUnitId. While orgUnitPath may change by renaming an organizational unit within the path, orgUnitId is unchangeable for one organizational unit. This property can be [updated](/admin-sdk/directory/v1/guides/manage-chrome-devices#move_chrome_devices_to_ou) using the API. For more information about how to create an organizational structure for your device, see the [administration help center](https://support.google.com/a/answer/182433).", "type": "string" }, "osUpdateStatus": { "description": "The status of the OS updates for the device.", "$ref": "OsUpdateStatus" }, "firstEnrollmentTime": { "description": "Date and time for the first time the device was enrolled.", "type": "string" }, "lastDeprovisionTimestamp": { "description": "(Read-only) Date and time for the last deprovision of the device.", "type": "string" }, "deprovisionReason": { "description": "(Read-only) Deprovision reason.", "type": "string", "enumDescriptions": [ "The deprovision reason is unknown.", "Same model replacement. You have return materials authorization (RMA) or you are replacing a malfunctioning device under warranty with the same device model.", "The device was upgraded.", "The device's domain was changed.", "Service expired for the device.", "The device was deprovisioned for a legacy reason that is no longer supported.", "Different model replacement. You are replacing this device with an upgraded or newer device model.", "Retiring from fleet. You are donating, discarding, or otherwise removing the device from use.", "ChromeOS Flex upgrade transfer. This is a ChromeOS Flex device that you are replacing with a Chromebook within a year.", "A reason was not required. For example, the licenses were returned to the customer's license pool.", "The device was deprovisioned by the Repair Service Center. Can only be set by Repair Service Center during RMA." ], "enumDeprecated": [ false, false, true, true, true, true, false, false, false, false, false ], "enum": [ "DEPROVISION_REASON_UNSPECIFIED", "DEPROVISION_REASON_SAME_MODEL_REPLACEMENT", "DEPROVISION_REASON_UPGRADE", "DEPROVISION_REASON_DOMAIN_MOVE", "DEPROVISION_REASON_SERVICE_EXPIRATION", "DEPROVISION_REASON_OTHER", "DEPROVISION_REASON_DIFFERENT_MODEL_REPLACEMENT", "DEPROVISION_REASON_RETIRING_DEVICE", "DEPROVISION_REASON_UPGRADE_TRANSFER", "DEPROVISION_REASON_NOT_REQUIRED", "DEPROVISION_REASON_REPAIR_CENTER" ] }, "deviceLicenseType": { "description": "Output only. Device license type.", "readOnly": true, "type": "string", "enumDescriptions": [ "The license type is unknown.", "The device is bundled with a perpetual Chrome Enterprise Upgrade.", "The device has an annual standalone Chrome Enterprise Upgrade.", "The device has a perpetual standalone Chrome Education Upgrade.", "The device is bundled with a perpetual Chrome Education Upgrade.", "The device has an annual Kiosk Upgrade." ], "enum": [ "deviceLicenseTypeUnspecified", "enterprise", "enterpriseUpgrade", "educationUpgrade", "education", "kioskUpgrade" ] }, "backlightInfo": { "description": "Output only. Contains backlight information for the device.", "readOnly": true, "type": "array", "items": { "$ref": "BacklightInfo" } }, "autoUpdateThrough": { "description": "Output only. The timestamp after which the device will stop receiving Chrome updates or support.", "readOnly": true, "type": "string" }, "extendedSupportEligible": { "description": "Output only. Whether or not the device requires the extended support opt in.", "readOnly": true, "type": "boolean" }, "extendedSupportStart": { "description": "Output only. Date of the device when extended support policy for automatic updates starts.", "readOnly": true, "type": "string" }, "extendedSupportEnabled": { "description": "Output only. Whether extended support policy is enabled on the device.", "readOnly": true, "type": "boolean" }, "fanInfo": { "description": "Output only. Fan information for the device.", "readOnly": true, "type": "array", "items": { "$ref": "FanInfo" } }, "chromeOsType": { "description": "Output only. Chrome OS type of the device.", "readOnly": true, "type": "string", "enumDescriptions": [ "Chrome OS Type unspecified.", "Chrome OS Type Chrome OS Flex.", "Chrome OS Type Chrome OS." ], "enum": [ "chromeOsTypeUnspecified", "chromeOsFlex", "chromeOs" ] } } }, "OsUpdateStatus": { "id": "OsUpdateStatus", "description": "Contains information regarding the current OS update status.", "type": "object", "properties": { "state": { "description": "The update state of an OS update.", "type": "string", "enumDescriptions": [ "The update state is unspecified.", "There is an update pending but it hasn't started.", "The pending update is being downloaded.", "The device is ready to install the update, but must reboot." ], "enum": [ "updateStateUnspecified", "updateStateNotStarted", "updateStateDownloadInProgress", "updateStateNeedReboot" ] }, "targetOsVersion": { "description": "New platform version of the OS image being downloaded and applied. It is only set when update status is UPDATE_STATUS_DOWNLOAD_IN_PROGRESS or UPDATE_STATUS_NEED_REBOOT. Note this could be a dummy \"0.0.0.0\" for UPDATE_STATUS_NEED_REBOOT for some edge cases, e.g. update engine is restarted without a reboot.", "type": "string" }, "targetKioskAppVersion": { "description": "New required platform version from the pending updated kiosk app.", "type": "string" }, "updateTime": { "description": "Date and time of the last successful OS update.", "type": "string" }, "updateCheckTime": { "description": "Date and time of the last update check.", "type": "string" }, "rebootTime": { "description": "Date and time of the last reboot.", "type": "string" } } }, "BacklightInfo": { "id": "BacklightInfo", "description": "Information about the device's backlights.", "type": "object", "properties": { "path": { "description": "Output only. Path to this backlight on the system. Useful if the caller needs to correlate with other information.", "readOnly": true, "type": "string" }, "maxBrightness": { "description": "Output only. Maximum brightness for the backlight.", "readOnly": true, "type": "integer", "format": "int32" }, "brightness": { "description": "Output only. Current brightness of the backlight, between 0 and max_brightness.", "readOnly": true, "type": "integer", "format": "int32" } } }, "FanInfo": { "id": "FanInfo", "description": "Information about the device's fan.", "type": "object", "properties": { "speedRpm": { "description": "Output only. Fan speed in RPM.", "readOnly": true, "type": "integer", "format": "int32" } } }, "ChromeOsDevices": { "id": "ChromeOsDevices", "type": "object", "properties": { "kind": { "description": "Kind of resource this is.", "default": "admin#directory#chromeosdevices", "type": "string" }, "etag": { "description": "ETag of the resource.", "type": "string" }, "chromeosdevices": { "description": "A list of Chrome OS Device objects.", "type": "array", "items": { "$ref": "ChromeOsDevice" } }, "nextPageToken": { "description": "Token used to access the next page of this result. To access the next page, use this token's value in the `pageToken` query string of this request.", "type": "string" } } }, "ChromeOsMoveDevicesToOu": { "id": "ChromeOsMoveDevicesToOu", "type": "object", "properties": { "deviceIds": { "description": "Chrome OS devices to be moved to OU", "annotations": { "required": [ "directory.chromeosdevices.moveDevicesToOu" ] }, "type": "array", "items": { "type": "string" } } } }, "DirectoryChromeosdevicesIssueCommandRequest": { "id": "DirectoryChromeosdevicesIssueCommandRequest", "description": "A request for issuing a command.", "type": "object", "properties": { "commandType": { "description": "The type of command.", "type": "string", "enumDescriptions": [ "The command type was unspecified.", "Reboot the device. Can be issued to Kiosk and managed guest session devices, and regular devices running ChromeOS version 113 or later.", "Take a screenshot of the device. Only available if the device is in Kiosk Mode.", "Set the volume of the device. Can only be issued to Kiosk and managed guest session devices.", "Wipe all the users off of the device. Executing this command in the device will remove all user profile data, but it will keep device policy and enrollment.", "Wipes the device by performing a power wash. Executing this command in the device will remove all data including user policies, device policies and enrollment policies. Warning: This will revert the device back to a factory state with no enrollment unless the device is subject to forced or auto enrollment. Use with caution, as this is an irreversible action!", "Starts a Chrome Remote Desktop session.", "Capture the system logs of a kiosk device. The logs can be downloaded from the downloadUrl link present in `deviceFiles` field of [chromeosdevices](https://developers.google.com/admin-sdk/directory/reference/rest/v1/chromeosdevices)", "Fetch support packet from a device remotely. Support packet is a zip archive that contains various system logs and debug data from a ChromeOS device. The support packet can be downloaded from the downloadURL link present in the `deviceFiles` field of [`chromeosdevices`](https://developers.google.com/admin-sdk/directory/reference/rest/v1/chromeosdevices)" ], "enum": [ "COMMAND_TYPE_UNSPECIFIED", "REBOOT", "TAKE_A_SCREENSHOT", "SET_VOLUME", "WIPE_USERS", "REMOTE_POWERWASH", "DEVICE_START_CRD_SESSION", "CAPTURE_LOGS", "FETCH_SUPPORT_PACKET" ] }, "payload": { "description": "The payload for the command, provide it only if command supports it. The following commands support adding payload: * `SET_VOLUME`: Payload is a stringified JSON object in the form: { \"volume\": 50 }. The volume has to be an integer in the range [0,100]. * `DEVICE_START_CRD_SESSION`: Payload is optionally a stringified JSON object in the form: { \"ackedUserPresence\": true }. `ackedUserPresence` is a boolean. By default, `ackedUserPresence` is set to `false`. To start a Chrome Remote Desktop session for an active device, set `ackedUserPresence` to `true`. * `REBOOT`: Payload is a stringified JSON object in the form: { \"user_session_delay_seconds\": 300 }. The delay has to be in the range [0, 300]. * `FETCH_SUPPORT_PACKET`: Payload is optionally a stringified JSON object in the form: {\"supportPacketDetails\":{ \"issueCaseId\": optional_support_case_id_string, \"issueDescription\": optional_issue_description_string, \"requestedDataCollectors\": []}} The list of available `data_collector_enums` are as following: Chrome System Information (1), Crash IDs (2), Memory Details (3), UI Hierarchy (4), Additional ChromeOS Platform Logs (5), Device Event (6), Intel WiFi NICs Debug Dump (7), Touch Events (8), Lacros (9), Lacros System Information (10), ChromeOS Flex Logs (11), DBus Details (12), ChromeOS Network Routes (13), ChromeOS Shill (Connection Manager) Logs (14), Policies (15), ChromeOS System State and Logs (16), ChromeOS System Logs (17), ChromeOS Chrome User Logs (18), ChromeOS Bluetooth (19), ChromeOS Connected Input Devices (20), ChromeOS Traffic Counters (21), ChromeOS Virtual Keyboard (22), ChromeOS Network Health (23). See more details in [help article](https://support.google.com/chrome/a?p=remote-log).", "type": "string" } } }, "DirectoryChromeosdevicesIssueCommandResponse": { "id": "DirectoryChromeosdevicesIssueCommandResponse", "description": "A response for issuing a command.", "type": "object", "properties": { "commandId": { "description": "The unique ID of the issued command, used to retrieve the command status.", "type": "string", "format": "int64" } } }, "DirectoryChromeosdevicesCommand": { "id": "DirectoryChromeosdevicesCommand", "description": "Information regarding a command that was issued to a device.", "type": "object", "properties": { "commandId": { "description": "Unique ID of a device command.", "type": "string", "format": "int64" }, "type": { "description": "The type of the command.", "type": "string", "enumDescriptions": [ "The command type was unspecified.", "Reboot the device. Can be issued to Kiosk and managed guest session devices, and regular devices running ChromeOS version 113 or later.", "Take a screenshot of the device. Only available if the device is in Kiosk Mode.", "Set the volume of the device. Can only be issued to Kiosk and managed guest session devices.", "Wipe all the users off of the device. Executing this command in the device will remove all user profile data, but it will keep device policy and enrollment.", "Wipes the device by performing a power wash. Executing this command in the device will remove all data including user policies, device policies and enrollment policies. Warning: This will revert the device back to a factory state with no enrollment unless the device is subject to forced or auto enrollment. Use with caution, as this is an irreversible action!", "Starts a Chrome Remote Desktop session.", "Capture the system logs of a kiosk device. The logs can be downloaded from the downloadUrl link present in `deviceFiles` field of [chromeosdevices](https://developers.google.com/admin-sdk/directory/reference/rest/v1/chromeosdevices)", "Fetch support packet from a device remotely. Support packet is a zip archive that contains various system logs and debug data from a ChromeOS device. The support packet can be downloaded from the downloadURL link present in the `deviceFiles` field of [`chromeosdevices`](https://developers.google.com/admin-sdk/directory/reference/rest/v1/chromeosdevices)" ], "enum": [ "COMMAND_TYPE_UNSPECIFIED", "REBOOT", "TAKE_A_SCREENSHOT", "SET_VOLUME", "WIPE_USERS", "REMOTE_POWERWASH", "DEVICE_START_CRD_SESSION", "CAPTURE_LOGS", "FETCH_SUPPORT_PACKET" ] }, "issueTime": { "description": "The timestamp when the command was issued by the admin.", "type": "string", "format": "google-datetime" }, "state": { "description": "Indicates the command state.", "type": "string", "enumDescriptions": [ "The command status was unspecified.", "An unexpired command not yet sent to the client.", "The command didn't get executed by the client within the expected time.", "The command is cancelled by admin while in PENDING.", "The command has been sent to the client.", "The client has responded that it received the command.", "The client has (un)successfully executed the command." ], "enum": [ "STATE_UNSPECIFIED", "PENDING", "EXPIRED", "CANCELLED", "SENT_TO_CLIENT", "ACKED_BY_CLIENT", "EXECUTED_BY_CLIENT" ] }, "commandExpireTime": { "description": "The time at which the command will expire. If the device doesn't execute the command within this time the command will become expired.", "type": "string", "format": "google-datetime" }, "commandResult": { "description": "The result of the command execution.", "$ref": "DirectoryChromeosdevicesCommandResult" }, "payload": { "description": "The payload that the command specified, if any.", "type": "string" } } }, "DirectoryChromeosdevicesCommandResult": { "id": "DirectoryChromeosdevicesCommandResult", "description": "The result of executing a command.", "type": "object", "properties": { "result": { "description": "The result of the command.", "type": "string", "enumDescriptions": [ "The command result was unspecified.", "The command was ignored as obsolete.", "The command could not be executed successfully.", "The command was successfully executed." ], "enum": [ "COMMAND_RESULT_TYPE_UNSPECIFIED", "IGNORED", "FAILURE", "SUCCESS" ] }, "executeTime": { "description": "The time at which the command was executed or failed to execute.", "type": "string", "format": "google-datetime" }, "errorMessage": { "description": "The error message with a short explanation as to why the command failed. Only present if the command failed.", "type": "string" }, "commandResultPayload": { "description": "The payload for the command result. The following commands respond with a payload: * `DEVICE_START_CRD_SESSION`: Payload is a stringified JSON object in the form: { \"url\": url }. The URL provides a link to the Chrome Remote Desktop session.", "type": "string" } } }, "BatchChangeChromeOsDeviceStatusRequest": { "id": "BatchChangeChromeOsDeviceStatusRequest", "description": "A request for changing the status of a batch of ChromeOS devices.", "type": "object", "properties": { "deviceIds": { "description": "Required. List of the IDs of the ChromeOS devices to change. Maximum 50.", "type": "array", "items": { "type": "string" } }, "changeChromeOsDeviceStatusAction": { "description": "Required. The action to take on the ChromeOS device in order to change its status.", "type": "string", "enumDescriptions": [ "Default value. Value is unused.", "Deprovisions a ChromeOS device. If you have ChromeOS devices that are no longer being used in your organization, you should deprovision them so that you’re no longer managing them. Deprovisioning the device removes all policies that were on the device as well as device-level printers and the ability to use the device as a kiosk. Depending on the upgrade that’s associated with the device this action might release the license back into the license pool; which allows you to use the license on a different device.", "Disables a ChromeOS device. Use this action if a user loses their device or it’s stolen, this makes it such that the device is still managed, so it will still receive policies, but no one can use it. Depending on the upgrade that’s associated with the device this action might release the license back into the license pool; which allows you to use the license on a different device.", "Reenables a ChromeOS device to be used after being disabled. Reenables the device once it's no longer lost or it's been recovered. This allows the device to be used again. Depending on the upgrade associated with the device this might consume one license from the license pool, meaning that if there aren't enough licenses available the operation will fail." ], "enum": [ "CHANGE_CHROME_OS_DEVICE_STATUS_ACTION_UNSPECIFIED", "CHANGE_CHROME_OS_DEVICE_STATUS_ACTION_DEPROVISION", "CHANGE_CHROME_OS_DEVICE_STATUS_ACTION_DISABLE", "CHANGE_CHROME_OS_DEVICE_STATUS_ACTION_REENABLE" ] }, "deprovisionReason": { "description": "Optional. The reason behind a device deprovision. Must be provided if 'changeChromeOsDeviceStatusAction' is set to 'CHANGE_CHROME_OS_DEVICE_STATUS_ACTION_DEPROVISION'. Otherwise, omit this field.", "type": "string", "enumDescriptions": [ "The deprovision reason is unknown.", "Same model replacement. You have return materials authorization (RMA) or you are replacing a malfunctioning device under warranty with the same device model.", "The device was upgraded.", "The device's domain was changed.", "Service expired for the device.", "The device was deprovisioned for a legacy reason that is no longer supported.", "Different model replacement. You are replacing this device with an upgraded or newer device model.", "Retiring from fleet. You are donating, discarding, or otherwise removing the device from use.", "ChromeOS Flex upgrade transfer. This is a ChromeOS Flex device that you are replacing with a Chromebook within a year.", "A reason was not required. For example, the licenses were returned to the customer's license pool.", "The device was deprovisioned by the Repair Service Center. Can only be set by Repair Service Center during RMA." ], "enumDeprecated": [ false, false, true, true, true, true, false, false, false, false, false ], "enum": [ "DEPROVISION_REASON_UNSPECIFIED", "DEPROVISION_REASON_SAME_MODEL_REPLACEMENT", "DEPROVISION_REASON_UPGRADE", "DEPROVISION_REASON_DOMAIN_MOVE", "DEPROVISION_REASON_SERVICE_EXPIRATION", "DEPROVISION_REASON_OTHER", "DEPROVISION_REASON_DIFFERENT_MODEL_REPLACEMENT", "DEPROVISION_REASON_RETIRING_DEVICE", "DEPROVISION_REASON_UPGRADE_TRANSFER", "DEPROVISION_REASON_NOT_REQUIRED", "DEPROVISION_REASON_REPAIR_CENTER" ] } } }, "BatchChangeChromeOsDeviceStatusResponse": { "id": "BatchChangeChromeOsDeviceStatusResponse", "description": "The response of changing the status of a batch of ChromeOS devices.", "type": "object", "properties": { "changeChromeOsDeviceStatusResults": { "description": "The results for each of the ChromeOS devices provided in the request.", "type": "array", "items": { "$ref": "ChangeChromeOsDeviceStatusResult" } } } }, "ChangeChromeOsDeviceStatusResult": { "id": "ChangeChromeOsDeviceStatusResult", "description": "The result of a single ChromeOS device for a Change state operation.", "type": "object", "properties": { "deviceId": { "description": "The unique ID of the ChromeOS device.", "type": "string" }, "error": { "description": "The error result of the operation in case of failure.", "$ref": "Status" }, "response": { "description": "The device could change its status successfully.", "$ref": "ChangeChromeOsDeviceStatusSucceeded" } } }, "Status": { "id": "Status", "description": "The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors).", "type": "object", "properties": { "code": { "description": "The status code, which should be an enum value of google.rpc.Code.", "type": "integer", "format": "int32" }, "message": { "description": "A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.", "type": "string" }, "details": { "description": "A list of messages that carry the error details. There is a common set of message types for APIs to use.", "type": "array", "items": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object. Contains field @type with type URL." } } } } }, "ChangeChromeOsDeviceStatusSucceeded": { "id": "ChangeChromeOsDeviceStatusSucceeded", "description": "Response for a successful ChromeOS device status change.", "type": "object", "properties": {} }, "Asp": { "id": "Asp", "description": "An application-specific password (ASP) is used with applications that do not accept a verification code when logging into the application on certain devices. The ASP access code is used instead of the login and password you commonly use when accessing an application through a browser. For more information about ASPs and how to create one, see the [help center](https://support.google.com/a/answer/2537800#asp).", "type": "object", "properties": { "codeId": { "description": "The unique ID of the ASP.", "type": "integer", "format": "int32" }, "name": { "description": "The name of the application that the user, represented by their `userId`, entered when the ASP was created.", "type": "string" }, "creationTime": { "description": "The time when the ASP was created. Expressed in [Unix time](https://en.wikipedia.org/wiki/Epoch_time) format.", "type": "string", "format": "int64" }, "lastTimeUsed": { "description": "The time when the ASP was last used. Expressed in [Unix time](https://en.wikipedia.org/wiki/Epoch_time) format.", "type": "string", "format": "int64" }, "userKey": { "description": "The unique ID of the user who issued the ASP.", "type": "string" }, "kind": { "description": "The type of the API resource. This is always `admin#directory#asp`.", "default": "admin#directory#asp", "type": "string" }, "etag": { "description": "ETag of the ASP.", "type": "string" } } }, "Asps": { "id": "Asps", "type": "object", "properties": { "kind": { "description": "The type of the API resource. This is always `admin#directory#aspList`.", "default": "admin#directory#aspList", "type": "string" }, "etag": { "description": "ETag of the resource.", "type": "string" }, "items": { "description": "A list of ASP resources.", "type": "array", "items": { "$ref": "Asp" } } } }, "Channel": { "id": "Channel", "description": "An notification channel used to watch for resource changes.", "type": "object", "properties": { "id": { "description": "A UUID or similar unique string that identifies this channel.", "type": "string" }, "token": { "description": "An arbitrary string delivered to the target address with each notification delivered over this channel. Optional.", "type": "string" }, "expiration": { "description": "Date and time of notification channel expiration, expressed as a Unix timestamp, in milliseconds. Optional.", "type": "string", "format": "int64" }, "type": { "description": "The type of delivery mechanism used for this channel.", "type": "string" }, "address": { "description": "The address where notifications are delivered for this channel.", "type": "string" }, "payload": { "description": "A Boolean value to indicate whether payload is wanted. Optional.", "type": "boolean" }, "params": { "description": "Additional parameters controlling delivery channel behavior. Optional. For example, `params.ttl` specifies the time-to-live in seconds for the notification channel, where the default is 2 hours and the maximum TTL is 2 days.", "type": "object", "additionalProperties": { "type": "string" } }, "resourceId": { "description": "An opaque ID that identifies the resource being watched on this channel. Stable across different API versions.", "type": "string" }, "resourceUri": { "description": "A version-specific identifier for the watched resource.", "type": "string" }, "kind": { "description": "Identifies this as a notification channel used to watch for changes to a resource, which is `api#channel`.", "default": "api#channel", "type": "string" } } }, "Customer": { "id": "Customer", "type": "object", "properties": { "id": { "description": "The unique ID for the customer's Google Workspace account. (Readonly)", "type": "string" }, "customerDomain": { "description": "The customer's primary domain name string. Do not include the `www` prefix when creating a new customer.", "type": "string" }, "kind": { "description": "Identifies the resource as a customer. Value: `admin#directory#customer`", "default": "admin#directory#customer", "type": "string" }, "etag": { "description": "ETag of the resource.", "type": "string" }, "alternateEmail": { "description": "The customer's secondary contact email address. This email address cannot be on the same domain as the `customerDomain`", "type": "string" }, "customerCreationTime": { "description": "The customer's creation time (Readonly)", "type": "string", "format": "date-time" }, "postalAddress": { "description": "The customer's postal address information.", "$ref": "CustomerPostalAddress" }, "phoneNumber": { "description": "The customer's contact phone number in [E.164](https://en.wikipedia.org/wiki/E.164) format.", "type": "string" }, "language": { "description": "The customer's ISO 639-2 language code. See the [Language Codes](/admin-sdk/directory/v1/languages) page for the list of supported codes. Valid language codes outside the supported set will be accepted by the API but may lead to unexpected behavior. The default value is `en`.", "type": "string" } } }, "CustomerPostalAddress": { "id": "CustomerPostalAddress", "type": "object", "properties": { "countryCode": { "description": "This is a required property. For `countryCode` information see the [ISO 3166 country code elements](https://www.iso.org/iso/country_codes.htm).", "type": "string" }, "addressLine2": { "description": "Address line 2 of the address.", "type": "string" }, "region": { "description": "Name of the region. An example of a region value is `NY` for the state of New York.", "type": "string" }, "addressLine3": { "description": "Address line 3 of the address.", "type": "string" }, "locality": { "description": "Name of the locality. An example of a locality value is the city of `San Francisco`.", "type": "string" }, "postalCode": { "description": "The postal code. A postalCode example is a postal zip code such as `10009`. This is in accordance with - http: //portablecontacts.net/draft-spec.html#address_element.", "type": "string" }, "addressLine1": { "description": "A customer's physical address. The address can be composed of one to three lines.", "type": "string" }, "organizationName": { "description": "The company or company division name.", "type": "string" }, "contactName": { "description": "The customer contact's name.", "type": "string" } } }, "DomainAlias": { "id": "DomainAlias", "type": "object", "properties": { "kind": { "description": "Kind of resource this is.", "default": "admin#directory#domainAlias", "type": "string" }, "parentDomainName": { "description": "The parent domain name that the domain alias is associated with. This can either be a primary or secondary domain name within a customer.", "annotations": { "required": [ "directory.domains.insert" ] }, "type": "string" }, "verified": { "description": "Indicates the verification state of a domain alias. (Read-only)", "type": "boolean" }, "creationTime": { "description": "The creation time of the domain alias. (Read-only).", "type": "string", "format": "int64" }, "etag": { "description": "ETag of the resource.", "type": "string" }, "domainAliasName": { "description": "The domain alias name.", "type": "string" } } }, "DomainAliases": { "id": "DomainAliases", "type": "object", "properties": { "kind": { "description": "Kind of resource this is.", "default": "admin#directory#domainAliases", "type": "string" }, "etag": { "description": "ETag of the resource.", "type": "string" }, "domainAliases": { "description": "A list of domain alias objects.", "type": "array", "items": { "$ref": "DomainAlias" } } } }, "Domains": { "id": "Domains", "type": "object", "properties": { "kind": { "description": "Kind of resource this is.", "default": "admin#directory#domain", "type": "string" }, "domainAliases": { "description": "A list of domain alias objects. (Read-only)", "type": "array", "items": { "$ref": "DomainAlias" } }, "verified": { "description": "Indicates the verification state of a domain. (Read-only).", "type": "boolean" }, "etag": { "description": "ETag of the resource.", "type": "string" }, "creationTime": { "description": "Creation time of the domain. Expressed in [Unix time](https://en.wikipedia.org/wiki/Epoch_time) format. (Read-only).", "type": "string", "format": "int64" }, "isPrimary": { "description": "Indicates if the domain is a primary domain (Read-only).", "type": "boolean" }, "domainName": { "description": "The domain name of the customer.", "annotations": { "required": [ "directory.domains.insert" ] }, "type": "string" } } }, "Domains2": { "id": "Domains2", "type": "object", "properties": { "kind": { "description": "Kind of resource this is.", "default": "admin#directory#domains", "type": "string" }, "etag": { "description": "ETag of the resource.", "type": "string" }, "domains": { "description": "A list of domain objects.", "type": "array", "items": { "$ref": "Domains" } } } }, "Group": { "id": "Group", "description": "Google Groups provide your users the ability to send messages to groups of people using the group's email address. For more information about common tasks, see the [Developer's Guide](https://developers.google.com/admin-sdk/directory/v1/guides/manage-groups). For information about other types of groups, see the [Cloud Identity Groups API documentation](https://cloud.google.com/identity/docs/groups). Note: The user calling the API (or being impersonated by a service account) must have an assigned [role](https://developers.google.com/admin-sdk/directory/v1/guides/manage-roles) that includes Admin API Groups permissions, such as Super Admin or Groups Admin.", "type": "object", "properties": { "id": { "description": "Read-only. The unique ID of a group. A group `id` can be used as a group request URI's `groupKey`.", "type": "string" }, "email": { "description": "The group's email address. If your account has multiple domains, select the appropriate domain for the email address. The `email` must be unique. This property is required when creating a group. Group email addresses are subject to the same character usage rules as usernames, see the [help center](https://support.google.com/a/answer/9193374) for details.", "annotations": { "required": [ "directory.groups.insert" ] }, "type": "string" }, "name": { "description": "The group's display name.", "type": "string" }, "description": { "description": "An extended description to help users determine the purpose of a group. For example, you can include information about who should join the group, the types of messages to send to the group, links to FAQs about the group, or related groups. Maximum length is `4,096` characters.", "type": "string" }, "adminCreated": { "description": "Read-only. Value is `true` if this group was created by an administrator rather than a user.", "type": "boolean" }, "directMembersCount": { "description": "The number of users that are direct members of the group. If a group is a member (child) of this group (the parent), members of the child group are not counted in the `directMembersCount` property of the parent group.", "type": "string", "format": "int64" }, "kind": { "description": "The type of the API resource. For Groups resources, the value is `admin#directory#group`.", "default": "admin#directory#group", "type": "string" }, "etag": { "description": "ETag of the resource.", "type": "string" }, "aliases": { "description": "Read-only. The list of a group's alias email addresses. To add, update, or remove a group's aliases, use the `groups.aliases` methods. If edited in a group's POST or PUT request, the edit is ignored.", "type": "array", "items": { "type": "string" } }, "nonEditableAliases": { "description": "Read-only. The list of the group's non-editable alias email addresses that are outside of the account's primary domain or subdomains. These are functioning email addresses used by the group. This is a read-only property returned in the API's response for a group. If edited in a group's POST or PUT request, the edit is ignored.", "type": "array", "items": { "type": "string" } } } }, "Groups": { "id": "Groups", "type": "object", "properties": { "kind": { "description": "Kind of resource this is.", "default": "admin#directory#groups", "type": "string" }, "etag": { "description": "ETag of the resource.", "type": "string" }, "groups": { "description": "A list of group objects.", "type": "array", "items": { "$ref": "Group" } }, "nextPageToken": { "description": "Token used to access next page of this result.", "type": "string" } } }, "GroupAlias": { "id": "GroupAlias", "description": "The Directory API manages aliases, which are alternative email addresses.", "type": "object", "properties": { "id": { "description": "The unique ID of the group.", "type": "string" }, "primaryEmail": { "description": "The primary email address of the group.", "type": "string" }, "alias": { "description": "The alias email address.", "type": "string" }, "kind": { "description": "The type of the API resource. For Alias resources, the value is `admin#directory#alias`.", "type": "string" }, "etag": { "description": "ETag of the resource.", "type": "string" } } }, "Member": { "id": "Member", "description": "A Google Groups member can be a user or another group. This member can be inside or outside of your account's domains. For more information about common group member tasks, see the [Developer's Guide](/admin-sdk/directory/v1/guides/manage-group-members).", "type": "object", "properties": { "kind": { "description": "The type of the API resource. For Members resources, the value is `admin#directory#member`.", "default": "admin#directory#member", "type": "string" }, "email": { "description": "The member's email address. A member can be a user or another group. This property is required when adding a member to a group. The `email` must be unique and cannot be an alias of another group. If the email address is changed, the API automatically reflects the email address changes.", "type": "string" }, "role": { "description": "The member's role in a group. The API returns an error for cycles in group memberships. For example, if `group1` is a member of `group2`, `group2` cannot be a member of `group1`. For more information about a member's role, see the [administration help center](https://support.google.com/a/answer/167094).", "type": "string" }, "etag": { "description": "ETag of the resource.", "type": "string" }, "type": { "description": "The type of group member.", "type": "string" }, "status": { "description": "Status of member (Immutable)", "type": "string" }, "delivery_settings": { "description": "Defines mail delivery preferences of member. This field is only supported by `insert`, `update`, and `get` methods.", "type": "string" }, "id": { "description": "The unique ID of the group member. A member `id` can be used as a member request URI's `memberKey`.", "type": "string" } } }, "MembersHasMember": { "id": "MembersHasMember", "description": "JSON template for Has Member response in Directory API.", "type": "object", "properties": { "isMember": { "description": "Output only. Identifies whether the given user is a member of the group. Membership can be direct or nested.", "readOnly": true, "type": "boolean" } } }, "Members": { "id": "Members", "type": "object", "properties": { "kind": { "description": "Kind of resource this is.", "default": "admin#directory#members", "type": "string" }, "etag": { "description": "ETag of the resource.", "type": "string" }, "members": { "description": "A list of member objects.", "type": "array", "items": { "$ref": "Member" } }, "nextPageToken": { "description": "Token used to access next page of this result.", "type": "string" } } }, "MobileDeviceAction": { "id": "MobileDeviceAction", "type": "object", "properties": { "action": { "description": "The action to be performed on the device.", "annotations": { "required": [ "directory.mobiledevices.action" ] }, "type": "string" } } }, "MobileDevice": { "id": "MobileDevice", "description": "Google Workspace Mobile Management includes Android, [Google Sync](https://support.google.com/a/answer/135937), and iOS devices. For more information about common group mobile device API tasks, see the [Developer's Guide](/admin-sdk/directory/v1/guides/manage-mobile-devices.html).", "type": "object", "properties": { "kind": { "description": "The type of the API resource. For Mobiledevices resources, the value is `admin#directory#mobiledevice`.", "default": "admin#directory#mobiledevice", "type": "string" }, "etag": { "description": "ETag of the resource.", "type": "string" }, "resourceId": { "description": "The unique ID the API service uses to identify the mobile device.", "type": "string" }, "deviceId": { "description": "The serial number for a Google Sync mobile device. For Android and iOS devices, this is a software generated unique identifier.", "type": "string" }, "name": { "description": "The list of the owner's user names. If your application needs the current list of device owner names, use the [get](/admin-sdk/directory/v1/reference/mobiledevices/get.html) method. For more information about retrieving mobile device user information, see the [Developer's Guide](/admin-sdk/directory/v1/guides/manage-users#get_user).", "type": "array", "items": { "type": "string" } }, "email": { "description": "The list of the owner's email addresses. If your application needs the current list of user emails, use the [get](/admin-sdk/directory/v1/reference/mobiledevices/get.html) method. For additional information, see the [retrieve a user](/admin-sdk/directory/v1/guides/manage-users#get_user) method.", "type": "array", "items": { "type": "string" } }, "model": { "description": "The mobile device's model name, for example Nexus S. This property can be [updated](/admin-sdk/directory/v1/reference/mobiledevices/update.html). For more information, see the [Developer's Guide](/admin-sdk/directory/v1/guides/manage-mobile=devices#update_mobile_device).", "type": "string" }, "os": { "description": "The mobile device's operating system, for example IOS 4.3 or Android 2.3.5. This property can be [updated](/admin-sdk/directory/v1/reference/mobiledevices/update.html). For more information, see the [Developer's Guide](/admin-sdk/directory/v1/guides/manage-mobile-devices#update_mobile_device).", "type": "string" }, "type": { "description": "The type of mobile device.", "type": "string" }, "status": { "description": "The device's status.", "type": "string" }, "hardwareId": { "description": "The IMEI/MEID unique identifier for Android hardware. It is not applicable to Google Sync devices. When adding an Android mobile device, this is an optional property. When updating one of these devices, this is a read-only property.", "type": "string" }, "firstSync": { "description": "Date and time the device was first synchronized with the policy settings in the G Suite administrator control panel (Read-only)", "type": "string", "format": "date-time" }, "lastSync": { "description": "Date and time the device was last synchronized with the policy settings in the G Suite administrator control panel (Read-only)", "type": "string", "format": "date-time" }, "userAgent": { "description": "Gives information about the device such as `os` version. This property can be [updated](/admin-sdk/directory/v1/reference/mobiledevices/update.html). For more information, see the [Developer's Guide](/admin-sdk/directory/v1/guides/manage-mobile-devices#update_mobile_device).", "type": "string" }, "serialNumber": { "description": "The device's serial number.", "type": "string" }, "imei": { "description": "The device's IMEI number.", "type": "string" }, "meid": { "description": "The device's MEID number.", "type": "string" }, "wifiMacAddress": { "description": "The device's MAC address on Wi-Fi networks.", "type": "string" }, "networkOperator": { "description": "Mobile Device mobile or network operator (if available) (Read-only)", "type": "string" }, "defaultLanguage": { "description": "The default locale used on the device.", "type": "string" }, "managedAccountIsOnOwnerProfile": { "description": "Boolean indicating if this account is on owner/primary profile or not.", "type": "boolean" }, "deviceCompromisedStatus": { "description": "The compromised device status.", "type": "string" }, "buildNumber": { "description": "The device's operating system build number.", "type": "string" }, "kernelVersion": { "description": "The device's kernel version.", "type": "string" }, "basebandVersion": { "description": "The device's baseband version.", "type": "string" }, "unknownSourcesStatus": { "description": "Unknown sources enabled or disabled on device (Read-only)", "type": "boolean" }, "developerOptionsStatus": { "description": "Developer options enabled or disabled on device (Read-only)", "type": "boolean" }, "otherAccountsInfo": { "description": "The list of accounts added on device (Read-only)", "type": "array", "items": { "type": "string" } }, "adbStatus": { "description": "Adb (USB debugging) enabled or disabled on device (Read-only)", "type": "boolean" }, "supportsWorkProfile": { "description": "Work profile supported on device (Read-only)", "type": "boolean" }, "manufacturer": { "description": "Mobile Device manufacturer (Read-only)", "type": "string" }, "releaseVersion": { "description": "Mobile Device release version version (Read-only)", "type": "string" }, "securityPatchLevel": { "description": "Mobile Device Security patch level (Read-only)", "type": "string", "format": "int64" }, "brand": { "description": "Mobile Device Brand (Read-only)", "type": "string" }, "bootloaderVersion": { "description": "Mobile Device Bootloader version (Read-only)", "type": "string" }, "hardware": { "description": "Mobile Device Hardware (Read-only)", "type": "string" }, "encryptionStatus": { "description": "Mobile Device Encryption Status (Read-only)", "type": "string" }, "devicePasswordStatus": { "description": "DevicePasswordStatus (Read-only)", "type": "string" }, "privilege": { "description": "DMAgentPermission (Read-only)", "type": "string" }, "applications": { "description": "The list of applications installed on an Android mobile device. It is not applicable to Google Sync and iOS devices. The list includes any Android applications that access Google Workspace data. When updating an applications list, it is important to note that updates replace the existing list. If the Android device has two existing applications and the API updates the list with five applications, the is now the updated list of five applications.", "type": "array", "items": { "type": "object", "properties": { "packageName": { "description": "The application's package name. An example is `com.android.browser`.", "type": "string" }, "displayName": { "description": "The application's display name. An example is `Browser`.", "type": "string" }, "versionName": { "description": "The application's version name. An example is `3.2-140714`.", "type": "string" }, "versionCode": { "description": "The application's version code. An example is `13`.", "type": "integer", "format": "int32" }, "permission": { "description": "The list of permissions of this application. These can be either a standard Android permission or one defined by the application, and are found in an application's [Android manifest](https://developer.android.com/guide/topics/manifest/uses-permission-element.html). Examples of a Calendar application's permissions are `READ_CALENDAR`, or `MANAGE_ACCOUNTS`.", "type": "array", "items": { "type": "string" } } } } } } }, "MobileDevices": { "id": "MobileDevices", "type": "object", "properties": { "kind": { "description": "Kind of resource this is.", "default": "admin#directory#mobiledevices", "type": "string" }, "etag": { "description": "ETag of the resource.", "type": "string" }, "mobiledevices": { "description": "A list of Mobile Device objects.", "type": "array", "items": { "$ref": "MobileDevice" } }, "nextPageToken": { "description": "Token used to access next page of this result.", "type": "string" } } }, "OrgUnit": { "id": "OrgUnit", "description": "Managing your account's organizational units allows you to configure your users' access to services and custom settings. For more information about common organizational unit tasks, see the [Developer's Guide](/admin-sdk/directory/v1/guides/manage-org-units.html). The customer's organizational unit hierarchy is limited to 35 levels of depth.", "type": "object", "properties": { "kind": { "description": "The type of the API resource. For Orgunits resources, the value is `admin#directory#orgUnit`.", "default": "admin#directory#orgUnit", "type": "string" }, "name": { "description": "The organizational unit's path name. For example, an organizational unit's name within the /corp/support/sales_support parent path is sales_support. Required.", "annotations": { "required": [ "directory.orgunits.insert" ] }, "type": "string" }, "description": { "description": "Description of the organizational unit.", "type": "string" }, "etag": { "description": "ETag of the resource.", "type": "string" }, "blockInheritance": { "description": "Determines if a sub-organizational unit can inherit the settings of the parent organization. The default value is `false`, meaning a sub-organizational unit inherits the settings of the nearest parent organizational unit. This field is deprecated. Setting it to `true` is no longer supported and can have _unintended consequences_. For more information about inheritance and users in an organization structure, see the [administration help center](https://support.google.com/a/answer/4352075).", "deprecated": true, "type": "boolean" }, "orgUnitId": { "description": "The unique ID of the organizational unit.", "type": "string" }, "orgUnitPath": { "description": "The full path to the organizational unit. The `orgUnitPath` is a derived property. When listed, it is derived from `parentOrgunitPath` and organizational unit's `name`. For example, for an organizational unit named 'apps' under parent organization '/engineering', the orgUnitPath is '/engineering/apps'. In order to edit an `orgUnitPath`, either update the name of the organization or the `parentOrgunitPath`. A user's organizational unit determines which Google Workspace services the user has access to. If the user is moved to a new organization, the user's access changes. For more information about organization structures, see the [administration help center](https://support.google.com/a/answer/4352075). For more information about moving a user to a different organization, see [Update a user](/admin-sdk/directory/v1/guides/manage-users.html#update_user).", "type": "string" }, "parentOrgUnitId": { "description": "The unique ID of the parent organizational unit. Required, unless `parentOrgUnitPath` is set.", "type": "string" }, "parentOrgUnitPath": { "description": "The organizational unit's parent path. For example, /corp/sales is the parent path for /corp/sales/sales_support organizational unit. Required, unless `parentOrgUnitId` is set.", "type": "string" } } }, "OrgUnits": { "id": "OrgUnits", "type": "object", "properties": { "kind": { "description": "The type of the API resource. For Org Unit resources, the type is `admin#directory#orgUnits`.", "default": "admin#directory#orgUnits", "type": "string" }, "etag": { "description": "ETag of the resource.", "type": "string" }, "organizationUnits": { "description": "A list of organizational unit objects.", "type": "array", "items": { "$ref": "OrgUnit" } } } }, "Privileges": { "id": "Privileges", "type": "object", "properties": { "kind": { "description": "The type of the API resource. This is always `admin#directory#privileges`.", "default": "admin#directory#privileges", "type": "string" }, "etag": { "description": "ETag of the resource.", "type": "string" }, "items": { "description": "A list of Privilege resources.", "type": "array", "items": { "$ref": "Privilege" } } } }, "Privilege": { "id": "Privilege", "type": "object", "properties": { "serviceId": { "description": "The obfuscated ID of the service this privilege is for. This value is returned with [`Privileges.list()`](/admin-sdk/directory/v1/reference/privileges/list).", "type": "string" }, "kind": { "description": "The type of the API resource. This is always `admin#directory#privilege`.", "default": "admin#directory#privilege", "type": "string" }, "etag": { "description": "ETag of the resource.", "type": "string" }, "isOuScopable": { "description": "If the privilege can be restricted to an organization unit.", "type": "boolean" }, "childPrivileges": { "description": "A list of child privileges. Privileges for a service form a tree. Each privilege can have a list of child privileges; this list is empty for a leaf privilege.", "type": "array", "items": { "$ref": "Privilege" } }, "privilegeName": { "description": "The name of the privilege.", "type": "string" }, "serviceName": { "description": "The name of the service this privilege is for.", "type": "string" } } }, "RoleAssignment": { "id": "RoleAssignment", "description": "Defines an assignment of a role.", "type": "object", "properties": { "roleAssignmentId": { "description": "ID of this roleAssignment.", "type": "string", "format": "int64" }, "roleId": { "description": "The ID of the role that is assigned.", "type": "string", "format": "int64" }, "kind": { "description": "The type of the API resource. This is always `admin#directory#roleAssignment`.", "default": "admin#directory#roleAssignment", "type": "string" }, "etag": { "description": "ETag of the resource.", "type": "string" }, "assignedTo": { "description": "The unique ID of the entity this role is assigned to—either the `user_id` of a user, the `group_id` of a group, or the `uniqueId` of a service account as defined in [Identity and Access Management (IAM)](https://cloud.google.com/iam/docs/reference/rest/v1/projects.serviceAccounts).", "type": "string" }, "assigneeType": { "description": "Output only. The type of the assignee (`USER` or `GROUP`).", "readOnly": true, "type": "string", "enumDescriptions": [ "An individual user within the domain.", "A group within the domain." ], "enum": [ "user", "group" ] }, "scopeType": { "description": "The scope in which this role is assigned.", "type": "string" }, "orgUnitId": { "description": "If the role is restricted to an organization unit, this contains the ID for the organization unit the exercise of this role is restricted to.", "type": "string" } } }, "RoleAssignments": { "id": "RoleAssignments", "type": "object", "properties": { "kind": { "description": "The type of the API resource. This is always `admin#directory#roleAssignments`.", "default": "admin#directory#roleAssignments", "type": "string" }, "etag": { "description": "ETag of the resource.", "type": "string" }, "items": { "description": "A list of RoleAssignment resources.", "type": "array", "items": { "$ref": "RoleAssignment" } }, "nextPageToken": { "type": "string" } } }, "Building": { "id": "Building", "description": "Public API: Resources.buildings", "type": "object", "properties": { "buildingId": { "description": "Unique identifier for the building. The maximum length is 100 characters.", "type": "string" }, "buildingName": { "description": "The building name as seen by users in Calendar. Must be unique for the customer. For example, \"NYC-CHEL\". The maximum length is 100 characters.", "type": "string" }, "description": { "description": "A brief description of the building. For example, \"Chelsea Market\".", "type": "string" }, "coordinates": { "description": "The geographic coordinates of the center of the building, expressed as latitude and longitude in decimal degrees.", "$ref": "BuildingCoordinates" }, "kind": { "description": "Kind of resource this is.", "default": "admin#directory#resources#buildings#Building", "type": "string" }, "etags": { "description": "ETag of the resource.", "type": "string" }, "floorNames": { "description": "The display names for all floors in this building. The floors are expected to be sorted in ascending order, from lowest floor to highest floor. For example, [\"B2\", \"B1\", \"L\", \"1\", \"2\", \"2M\", \"3\", \"PH\"] Must contain at least one entry.", "type": "array", "items": { "type": "string" } }, "address": { "description": "The postal address of the building. See [`PostalAddress`](/my-business/reference/rest/v4/PostalAddress) for details. Note that only a single address line and region code are required.", "$ref": "BuildingAddress" } } }, "BuildingCoordinates": { "id": "BuildingCoordinates", "description": "Public API: Resources.buildings", "type": "object", "properties": { "latitude": { "description": "Latitude in decimal degrees.", "type": "number", "format": "double" }, "longitude": { "description": "Longitude in decimal degrees.", "type": "number", "format": "double" } } }, "BuildingAddress": { "id": "BuildingAddress", "description": "Public API: Resources.buildings", "type": "object", "properties": { "regionCode": { "description": "Required. CLDR region code of the country/region of the address.", "type": "string" }, "languageCode": { "description": "Optional. BCP-47 language code of the contents of this address (if known).", "type": "string" }, "postalCode": { "description": "Optional. Postal code of the address.", "type": "string" }, "administrativeArea": { "description": "Optional. Highest administrative subdivision which is used for postal addresses of a country or region.", "type": "string" }, "locality": { "description": "Optional. Generally refers to the city/town portion of the address. Examples: US city, IT comune, UK post town. In regions of the world where localities are not well defined or do not fit into this structure well, leave locality empty and use addressLines.", "type": "string" }, "sublocality": { "description": "Optional. Sublocality of the address.", "type": "string" }, "addressLines": { "description": "Unstructured address lines describing the lower levels of an address.", "type": "array", "items": { "type": "string" } } } }, "Buildings": { "id": "Buildings", "description": "Public API: Resources.buildings", "type": "object", "properties": { "kind": { "description": "Kind of resource this is.", "default": "admin#directory#resources#buildings#buildingsList", "type": "string" }, "etag": { "description": "ETag of the resource.", "type": "string" }, "buildings": { "description": "The Buildings in this page of results.", "type": "array", "items": { "$ref": "Building" } }, "nextPageToken": { "description": "The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results.", "type": "string" } } }, "CalendarResource": { "id": "CalendarResource", "description": "Public API: Resources.calendars", "type": "object", "properties": { "kind": { "description": "The type of the resource. For calendar resources, the value is `admin#directory#resources#calendars#CalendarResource`.", "default": "admin#directory#resources#calendars#CalendarResource", "type": "string" }, "etags": { "description": "ETag of the resource.", "type": "string" }, "resourceName": { "description": "The name of the calendar resource. For example, \"Training Room 1A\".", "annotations": { "required": [ "directory.resources.calendars.insert" ] }, "type": "string" }, "resourceDescription": { "description": "Description of the resource, visible only to admins.", "type": "string" }, "resourceType": { "description": "The type of the calendar resource, intended for non-room resources.", "type": "string" }, "resourceEmail": { "description": "The read-only email for the calendar resource. Generated as part of creating a new calendar resource.", "type": "string" }, "resourceCategory": { "description": "The category of the calendar resource. Either CONFERENCE_ROOM or OTHER. Legacy data is set to CATEGORY_UNKNOWN.", "type": "string" }, "userVisibleDescription": { "description": "Description of the resource, visible to users and admins.", "type": "string" }, "generatedResourceName": { "description": "The read-only auto-generated name of the calendar resource which includes metadata about the resource such as building name, floor, capacity, etc. For example, \"NYC-2-Training Room 1A (16)\".", "type": "string" }, "featureInstances": { "description": "Instances of features for the calendar resource.", "type": "any" }, "resourceId": { "description": "The unique ID for the calendar resource.", "annotations": { "required": [ "directory.resources.calendars.insert" ] }, "type": "string" }, "capacity": { "description": "Capacity of a resource, number of seats in a room.", "type": "integer", "format": "int32" }, "floorName": { "description": "Name of the floor a resource is located on.", "type": "string" }, "buildingId": { "description": "Unique ID for the building a resource is located in.", "type": "string" }, "floorSection": { "description": "Name of the section within a floor a resource is located in.", "type": "string" } } }, "CalendarResources": { "id": "CalendarResources", "description": "Public API: Resources.calendars", "type": "object", "properties": { "kind": { "description": "Identifies this as a collection of CalendarResources. This is always `admin#directory#resources#calendars#calendarResourcesList`.", "default": "admin#directory#resources#calendars#calendarResourcesList", "type": "string" }, "etag": { "description": "ETag of the resource.", "type": "string" }, "items": { "description": "The CalendarResources in this page of results.", "type": "array", "items": { "$ref": "CalendarResource" } }, "nextPageToken": { "description": "The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results.", "type": "string" } } }, "Features": { "id": "Features", "description": "Public API: Resources.features", "type": "object", "properties": { "kind": { "description": "Kind of resource this is.", "default": "admin#directory#resources#features#featuresList", "type": "string" }, "etag": { "description": "ETag of the resource.", "type": "string" }, "features": { "description": "The Features in this page of results.", "type": "array", "items": { "$ref": "Feature" } }, "nextPageToken": { "description": "The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results.", "type": "string" } } }, "FeatureRename": { "id": "FeatureRename", "type": "object", "properties": { "newName": { "description": "New name of the feature.", "annotations": { "required": [ "directory.resources.features.rename" ] }, "type": "string" } } }, "Role": { "id": "Role", "type": "object", "properties": { "roleId": { "description": "ID of the role.", "type": "string", "format": "int64" }, "roleName": { "description": "Name of the role.", "annotations": { "required": [ "directory.roles.insert" ] }, "type": "string" }, "roleDescription": { "description": "A short description of the role.", "type": "string" }, "rolePrivileges": { "description": "The set of privileges that are granted to this role.", "annotations": { "required": [ "directory.roles.insert" ] }, "type": "array", "items": { "type": "object", "properties": { "serviceId": { "description": "The obfuscated ID of the service this privilege is for. This value is returned with [`Privileges.list()`](/admin-sdk/directory/v1/reference/privileges/list).", "type": "string" }, "privilegeName": { "description": "The name of the privilege.", "type": "string" } } } }, "isSystemRole": { "description": "Returns `true` if this is a pre-defined system role.", "type": "boolean" }, "isSuperAdminRole": { "description": "Returns `true` if the role is a super admin role.", "type": "boolean" }, "kind": { "description": "The type of the API resource. This is always `admin#directory#role`.", "default": "admin#directory#role", "type": "string" }, "etag": { "description": "ETag of the resource.", "type": "string" } } }, "Roles": { "id": "Roles", "type": "object", "properties": { "kind": { "description": "The type of the API resource. This is always `admin#directory#roles`.", "default": "admin#directory#roles", "type": "string" }, "etag": { "description": "ETag of the resource.", "type": "string" }, "items": { "description": "A list of Role resources.", "type": "array", "items": { "$ref": "Role" } }, "nextPageToken": { "type": "string" } } }, "Schema": { "id": "Schema", "description": "The type of API resource. For Schema resources, this is always `admin#directory#schema`.", "type": "object", "properties": { "schemaId": { "description": "The unique identifier of the schema (Read-only)", "type": "string" }, "schemaName": { "description": "The schema's name. Each `schema_name` must be unique within a customer. Reusing a name results in a `409: Entity already exists` error.", "annotations": { "required": [ "directory.schemas.insert" ] }, "type": "string" }, "fields": { "description": "A list of fields in the schema.", "annotations": { "required": [ "directory.schemas.insert", "directory.schemas.update" ] }, "type": "array", "items": { "$ref": "SchemaFieldSpec" } }, "displayName": { "description": "Display name for the schema.", "annotations": { "required": [ "directory.schemas.insert" ] }, "type": "string" }, "kind": { "description": "Kind of resource this is.", "default": "admin#directory#schema", "type": "string" }, "etag": { "description": "The ETag of the resource.", "type": "string" } } }, "SchemaFieldSpec": { "id": "SchemaFieldSpec", "description": "You can use schemas to add custom fields to user profiles. You can use these fields to store information such as the projects your users work on, their physical locations, their hire dates, or whatever else fits your business needs. For more information, see [Custom User Fields](/admin-sdk/directory/v1/guides/manage-schemas).", "type": "object", "properties": { "fieldName": { "description": "The name of the field.", "annotations": { "required": [ "directory.schemas.insert", "directory.schemas.update" ] }, "type": "string" }, "fieldId": { "description": "The unique identifier of the field (Read-only)", "type": "string" }, "fieldType": { "description": "The type of the field.", "annotations": { "required": [ "directory.schemas.insert", "directory.schemas.update" ] }, "type": "string" }, "multiValued": { "description": "A boolean specifying whether this is a multi-valued field or not. Default: `false`.", "type": "boolean" }, "kind": { "description": "The kind of resource this is. For schema fields this is always `admin#directory#schema#fieldspec`.", "default": "admin#directory#schema#fieldspec", "type": "string" }, "etag": { "description": "The ETag of the field.", "type": "string" }, "indexed": { "description": "Boolean specifying whether the field is indexed or not. Default: `true`.", "default": "true", "type": "boolean" }, "displayName": { "description": "Display Name of the field.", "annotations": { "required": [ "directory.schemas.insert", "directory.schemas.update" ] }, "type": "string" }, "readAccessType": { "description": "Specifies who can view values of this field. See [Retrieve users as a non-administrator](/admin-sdk/directory/v1/guides/manage-users#retrieve_users_non_admin) for more information. Note: It may take up to 24 hours for changes to this field to be reflected.", "default": "ALL_DOMAIN_USERS", "type": "string" }, "numericIndexingSpec": { "description": "Indexing spec for a numeric field. By default, only exact match queries will be supported for numeric fields. Setting the `numericIndexingSpec` allows range queries to be supported.", "type": "object", "properties": { "minValue": { "description": "Minimum value of this field. This is meant to be indicative rather than enforced. Values outside this range will still be indexed, but search may not be as performant.", "type": "number", "format": "double" }, "maxValue": { "description": "Maximum value of this field. This is meant to be indicative rather than enforced. Values outside this range will still be indexed, but search may not be as performant.", "type": "number", "format": "double" } } } } }, "Schemas": { "id": "Schemas", "description": "JSON response template for List Schema operation in Directory API.", "type": "object", "properties": { "kind": { "description": "Kind of resource this is.", "default": "admin#directory#schemas", "type": "string" }, "etag": { "description": "ETag of the resource.", "type": "string" }, "schemas": { "description": "A list of UserSchema objects.", "type": "array", "items": { "$ref": "Schema" } } } }, "Token": { "id": "Token", "description": "JSON template for token resource in Directory API.", "type": "object", "properties": { "clientId": { "description": "The Client ID of the application the token is issued to.", "type": "string" }, "scopes": { "description": "A list of authorization scopes the application is granted.", "type": "array", "items": { "type": "string" } }, "userKey": { "description": "The unique ID of the user that issued the token.", "type": "string" }, "anonymous": { "description": "Whether the application is registered with Google. The value is `true` if the application has an anonymous Client ID.", "type": "boolean" }, "displayText": { "description": "The displayable name of the application the token is issued to.", "type": "string" }, "nativeApp": { "description": "Whether the token is issued to an installed application. The value is `true` if the application is installed to a desktop or mobile device.", "type": "boolean" }, "kind": { "description": "The type of the API resource. This is always `admin#directory#token`.", "default": "admin#directory#token", "type": "string" }, "etag": { "description": "ETag of the resource.", "type": "string" } } }, "Tokens": { "id": "Tokens", "description": "JSON response template for List tokens operation in Directory API.", "type": "object", "properties": { "kind": { "description": "The type of the API resource. This is always `admin#directory#tokenList`.", "default": "admin#directory#tokenList", "type": "string" }, "etag": { "description": "ETag of the resource.", "type": "string" }, "items": { "description": "A list of Token resources.", "type": "array", "items": { "$ref": "Token" } } } }, "User": { "id": "User", "description": "The Directory API allows you to create and manage your account's users, user aliases, and user Google profile photos. For more information about common tasks, see the [User Accounts Developer's Guide](/admin-sdk/directory/v1/guides/manage-users.html) and the [User Aliases Developer's Guide](/admin-sdk/directory/v1/guides/manage-user-aliases.html).", "type": "object", "properties": { "id": { "description": "The unique ID for the user. A user `id` can be used as a user request URI's `userKey`.", "type": "string" }, "primaryEmail": { "description": "The user's primary email address. This property is required in a request to create a user account. The `primaryEmail` must be unique and cannot be an alias of another user.", "annotations": { "required": [ "directory.users.insert" ] }, "type": "string" }, "password": { "description": "User's password", "type": "string", "annotations": { "required": [ "directory.users.insert" ] } }, "hashFunction": { "description": "Stores the hash format of the `password` property. The following `hashFunction` values are allowed: * `MD5` - Accepts simple hex-encoded values. * `SHA-1` - Accepts simple hex-encoded values. * `crypt` - Compliant with the [C crypt library](https://en.wikipedia.org/wiki/Crypt_%28C%29). Supports the DES, MD5 (hash prefix `$1$`), SHA-256 (hash prefix `$5$`), and SHA-512 (hash prefix `$6$`) hash algorithms. If rounds are specified as part of the prefix, they must be 10,000 or fewer.", "type": "string" }, "isAdmin": { "description": "Output only. Indicates a user with super admininistrator privileges. The `isAdmin` property can only be edited in the [Make a user an administrator](/admin-sdk/directory/v1/guides/manage-users.html#make_admin) operation ( [makeAdmin](/admin-sdk/directory/v1/reference/users/makeAdmin.html) method). If edited in the user [insert](/admin-sdk/directory/v1/reference/users/insert.html) or [update](/admin-sdk/directory/v1/reference/users/update.html) methods, the edit is ignored by the API service.", "readOnly": true, "type": "boolean" }, "isDelegatedAdmin": { "description": "Output only. Indicates if the user is a delegated administrator. Delegated administrators are supported by the API but cannot create or undelete users, or make users administrators. These requests are ignored by the API service. Roles and privileges for administrators are assigned using the [Admin console](https://support.google.com/a/answer/33325).", "readOnly": true, "type": "boolean" }, "agreedToTerms": { "description": "Output only. This property is `true` if the user has completed an initial login and accepted the Terms of Service agreement.", "readOnly": true, "type": "boolean" }, "suspended": { "description": "Indicates if user is suspended.", "type": "boolean" }, "changePasswordAtNextLogin": { "description": "Indicates if the user is forced to change their password at next login. This setting doesn't apply when [the user signs in via a third-party identity provider](https://support.google.com/a/answer/60224).", "type": "boolean" }, "ipWhitelisted": { "description": "If `true`, the user's IP address is subject to a deprecated IP address [`allowlist`](https://support.google.com/a/answer/60752) configuration.", "type": "boolean" }, "name": { "description": "Holds the given and family names of the user, and the read-only `fullName` value. The maximum number of characters in the `givenName` and in the `familyName` values is 60. In addition, name values support unicode/UTF-8 characters, and can contain spaces, letters (a-z), numbers (0-9), dashes (-), forward slashes (/), and periods (.). For more information about character usage rules, see the [administration help center](https://support.google.com/a/answer/9193374). Maximum allowed data size for this field is 1KB.", "annotations": { "required": [ "directory.users.insert" ] }, "$ref": "UserName" }, "kind": { "description": "Output only. The type of the API resource. For Users resources, the value is `admin#directory#user`.", "default": "admin#directory#user", "readOnly": true, "type": "string" }, "etag": { "description": "Output only. ETag of the resource.", "readOnly": true, "type": "string" }, "emails": { "description": "The list of the user's email addresses. The maximum allowed data size for this field is 10KB. This excludes `publicKeyEncryptionCertificates`.", "type": "any" }, "externalIds": { "description": "The list of external IDs for the user, such as an employee or network ID. The maximum allowed data size for this field is 2KB.", "type": "any" }, "relations": { "description": "The list of the user's relationships to other users. The maximum allowed data size for this field is 2KB.", "type": "any" }, "aliases": { "description": "Output only. The list of the user's alias email addresses.", "readOnly": true, "type": "array", "items": { "type": "string" } }, "isMailboxSetup": { "description": "Output only. Indicates if the user's Google mailbox is created. This property is only applicable if the user has been assigned a Gmail license.", "readOnly": true, "type": "boolean" }, "customerId": { "description": "Output only. The customer ID to [retrieve all account users](/admin-sdk/directory/v1/guides/manage-users.html#get_all_users). You can use the alias `my_customer` to represent your account's `customerId`. As a reseller administrator, you can use the resold customer account's `customerId`. To get a `customerId`, use the account's primary domain in the `domain` parameter of a [users.list](/admin-sdk/directory/v1/reference/users/list) request.", "readOnly": true, "type": "string" }, "addresses": { "description": "The list of the user's addresses. The maximum allowed data size for this field is 10KB.", "type": "any" }, "organizations": { "description": "The list of organizations the user belongs to. The maximum allowed data size for this field is 10KB.", "type": "any" }, "lastLoginTime": { "description": "User's last login time. (Read-only)", "type": "string", "format": "date-time", "readOnly": true }, "phones": { "description": "The list of the user's phone numbers. The maximum allowed data size for this field is 1KB.", "type": "any" }, "suspensionReason": { "description": "Output only. Has the reason a user account is suspended either by the administrator or by Google at the time of suspension. The property is returned only if the `suspended` property is `true`.", "readOnly": true, "type": "string" }, "thumbnailPhotoUrl": { "description": "Output only. The URL of the user's profile photo. The URL might be temporary or private.", "readOnly": true, "type": "string" }, "languages": { "description": "The user's languages. The maximum allowed data size for this field is 1KB.", "type": "any" }, "posixAccounts": { "description": "The list of [POSIX](https://www.opengroup.org/austin/papers/posix_faq.html) account information for the user.", "type": "any" }, "creationTime": { "description": "User's G Suite account creation time. (Read-only)", "type": "string", "format": "date-time", "readOnly": true }, "nonEditableAliases": { "description": "Output only. The list of the user's non-editable alias email addresses. These are typically outside the account's primary domain or sub-domain.", "readOnly": true, "type": "array", "items": { "type": "string" } }, "sshPublicKeys": { "description": "A list of SSH public keys.", "type": "any" }, "notes": { "description": "Notes for the user.", "type": "any" }, "websites": { "description": "The user's websites. The maximum allowed data size for this field is 2KB.", "type": "any" }, "locations": { "description": "The user's locations. The maximum allowed data size for this field is 10KB.", "type": "any" }, "includeInGlobalAddressList": { "description": "Indicates if the user's profile is visible in the Google Workspace global address list when the contact sharing feature is enabled for the domain. For more information about excluding user profiles, see the [administration help center](https://support.google.com/a/answer/1285988).", "type": "boolean" }, "keywords": { "description": "The list of the user's keywords. The maximum allowed data size for this field is 1KB.", "type": "any" }, "deletionTime": { "type": "string", "format": "date-time", "readOnly": true }, "gender": { "description": "The user's gender. The maximum allowed data size for this field is 1KB.", "type": "any" }, "thumbnailPhotoEtag": { "description": "Output only. ETag of the user's photo (Read-only)", "readOnly": true, "type": "string" }, "ims": { "description": "The list of the user's Instant Messenger (IM) accounts. A user account can have multiple ims properties. But, only one of these ims properties can be the primary IM contact. The maximum allowed data size for this field is 2KB.", "type": "any" }, "customSchemas": { "description": "Custom fields of the user. The key is a `schema_name` and its values are `'field_name': 'field_value'`.", "type": "object", "additionalProperties": { "$ref": "UserCustomProperties" } }, "isEnrolledIn2Sv": { "description": "Output only. Is enrolled in 2-step verification (Read-only)", "readOnly": true, "type": "boolean" }, "isEnforcedIn2Sv": { "description": "Output only. Is 2-step verification enforced (Read-only)", "readOnly": true, "type": "boolean" }, "archived": { "description": "Indicates if user is archived.", "type": "boolean" }, "orgUnitPath": { "description": "The full path of the parent organization associated with the user. If the parent organization is the top-level, it is represented as a forward slash (`/`).", "type": "string" }, "recoveryEmail": { "description": "Recovery email of the user.", "type": "string" }, "recoveryPhone": { "description": "Recovery phone of the user. The phone number must be in the E.164 format, starting with the plus sign (+). Example: *+16506661212*.", "type": "string" } } }, "UserName": { "id": "UserName", "type": "object", "properties": { "fullName": { "description": "The user's full name formed by concatenating the first and last name values.", "type": "string" }, "familyName": { "description": "The user's last name. Required when creating a user account.", "annotations": { "required": [ "directory.users.insert" ] }, "type": "string" }, "givenName": { "description": "The user's first name. Required when creating a user account.", "annotations": { "required": [ "directory.users.insert" ] }, "type": "string" }, "displayName": { "description": "The user's display name. Limit: 256 characters.", "type": "string" } } }, "Users": { "id": "Users", "type": "object", "properties": { "kind": { "description": "Kind of resource this is.", "default": "admin#directory#users", "type": "string" }, "trigger_event": { "description": "Event that triggered this response (only used in case of Push Response)", "type": "string" }, "etag": { "description": "ETag of the resource.", "type": "string" }, "users": { "description": "A list of user objects.", "type": "array", "items": { "$ref": "User" } }, "nextPageToken": { "description": "Token used to access next page of this result.", "type": "string" } } }, "UserMakeAdmin": { "id": "UserMakeAdmin", "type": "object", "properties": { "status": { "description": "Indicates the administrator status of the user.", "annotations": { "required": [ "directory.users.makeAdmin" ] }, "type": "boolean" } } }, "UserUndelete": { "id": "UserUndelete", "type": "object", "properties": { "orgUnitPath": { "description": "OrgUnit of User", "type": "string" } } }, "UserAlias": { "id": "UserAlias", "description": "The Directory API manages aliases, which are alternative email addresses.", "type": "object", "properties": { "id": { "description": "The unique ID for the user.", "type": "string" }, "primaryEmail": { "description": "The user's primary email address.", "type": "string" }, "alias": { "description": "The alias email address.", "type": "string" }, "kind": { "description": "The type of the API resource. For Alias resources, the value is `admin#directory#alias`.", "type": "string" }, "etag": { "description": "ETag of the resource.", "type": "string" } } }, "UserPhoto": { "id": "UserPhoto", "type": "object", "properties": { "id": { "description": "The ID the API uses to uniquely identify the user.", "type": "string" }, "primaryEmail": { "description": "The user's primary email address.", "type": "string" }, "kind": { "description": "The type of the API resource. For Photo resources, this is `admin#directory#user#photo`.", "default": "admin#directory#user#photo", "type": "string" }, "etag": { "description": "ETag of the resource.", "type": "string" }, "photoData": { "description": "The user photo's upload data in [web-safe Base64](https://en.wikipedia.org/wiki/Base64#URL_applications) format in bytes. This means: * The slash (/) character is replaced with the underscore (_) character. * The plus sign (+) character is replaced with the hyphen (-) character. * The equals sign (=) character is replaced with the asterisk (*). * For padding, the period (.) character is used instead of the RFC-4648 baseURL definition which uses the equals sign (=) for padding. This is done to simplify URL-parsing. * Whatever the size of the photo being uploaded, the API downsizes it to 96x96 pixels.", "annotations": { "required": [ "directory.users.photos.update" ] }, "type": "string", "format": "byte" }, "mimeType": { "description": "The MIME type of the photo. Allowed values are `JPEG`, `PNG`, `GIF`, `BMP`, `TIFF`, and web-safe base64 encoding.", "type": "string" }, "width": { "description": "Width of the photo in pixels.", "type": "integer", "format": "int32" }, "height": { "description": "Height of the photo in pixels.", "type": "integer", "format": "int32" } } }, "VerificationCodes": { "id": "VerificationCodes", "description": "JSON response template for list verification codes operation in Directory API.", "type": "object", "properties": { "kind": { "description": "The type of the resource. This is always `admin#directory#verificationCodesList`.", "default": "admin#directory#verificationCodesList", "type": "string" }, "etag": { "description": "ETag of the resource.", "type": "string" }, "items": { "description": "A list of verification code resources.", "type": "array", "items": { "$ref": "VerificationCode" } } } }, "VerificationCode": { "id": "VerificationCode", "description": "The Directory API allows you to view, generate, and invalidate backup verification codes for a user.", "type": "object", "properties": { "userId": { "description": "The obfuscated unique ID of the user.", "type": "string" }, "verificationCode": { "description": "A current verification code for the user. Invalidated or used verification codes are not returned as part of the result.", "type": "string" }, "kind": { "description": "The type of the resource. This is always `admin#directory#verificationCode`.", "default": "admin#directory#verificationCode", "type": "string" }, "etag": { "description": "ETag of the resource.", "type": "string" } } }, "Alias": { "id": "Alias", "description": "JSON template for Alias object in Directory API.", "type": "object", "properties": { "alias": { "type": "string" }, "etag": { "type": "string" }, "id": { "type": "string" }, "kind": { "default": "admin#directory#alias", "type": "string" }, "primaryEmail": { "type": "string" } } }, "Aliases": { "id": "Aliases", "description": "JSON response template to list aliases in Directory API.", "type": "object", "properties": { "aliases": { "type": "array", "items": { "type": "any" } }, "etag": { "type": "string" }, "kind": { "default": "admin#directory#aliases", "type": "string" } } }, "FeatureInstance": { "id": "FeatureInstance", "description": "JSON template for a feature instance.", "type": "object", "properties": { "feature": { "$ref": "Feature", "description": "The feature that this is an instance of. A calendar resource may have multiple instances of a feature." } } }, "Feature": { "id": "Feature", "description": "JSON template for Feature object in Directory API.", "type": "object", "properties": { "etags": { "description": "ETag of the resource.", "type": "string" }, "kind": { "description": "Kind of resource this is.", "default": "admin#directory#resources#features#Feature", "type": "string" }, "name": { "description": "The name of the feature.", "type": "string", "annotations": { "required": [ "directory.resources.features.insert" ] } } } }, "UserAbout": { "id": "UserAbout", "description": "JSON template for About (notes) of a user in Directory API.", "type": "object", "properties": { "contentType": { "description": "About entry can have a type which indicates the content type. It can either be plain or html. By default, notes contents are assumed to contain plain text.", "type": "string" }, "value": { "description": "Actual value of notes.", "type": "string" } } }, "UserAddress": { "id": "UserAddress", "description": "JSON template for address.", "type": "object", "properties": { "country": { "description": "Country.", "type": "string" }, "countryCode": { "description": "Country code.", "type": "string" }, "customType": { "description": "Custom type.", "type": "string" }, "extendedAddress": { "description": "Extended Address.", "type": "string" }, "formatted": { "description": "Formatted address.", "type": "string" }, "locality": { "description": "Locality.", "type": "string" }, "poBox": { "description": "Other parts of address.", "type": "string" }, "postalCode": { "description": "Postal code.", "type": "string" }, "primary": { "description": "If this is user's primary address. Only one entry could be marked as primary.", "type": "boolean" }, "region": { "description": "Region.", "type": "string" }, "sourceIsStructured": { "description": "User supplied address was structured. Structured addresses are NOT supported at this time. You might be able to write structured addresses but any values will eventually be clobbered.", "type": "boolean" }, "streetAddress": { "description": "Street.", "type": "string" }, "type": { "description": "Each entry can have a type which indicates standard values of that entry. For example address could be of home work etc. In addition to the standard type an entry can have a custom type and can take any value. Such type should have the CUSTOM value as type and also have a customType value.", "type": "string" } } }, "UserCustomProperties": { "id": "UserCustomProperties", "description": "JSON template for a set of custom properties (i.e. all fields in a particular schema)", "type": "object", "additionalProperties": { "type": "any" } }, "UserEmail": { "id": "UserEmail", "description": "JSON template for an email.", "type": "object", "properties": { "address": { "description": "Email id of the user.", "type": "string" }, "customType": { "description": "Custom Type.", "type": "string" }, "primary": { "description": "If this is user's primary email. Only one entry could be marked as primary.", "type": "boolean" }, "type": { "description": "Each entry can have a type which indicates standard types of that entry. For example email could be of home, work etc. In addition to the standard type, an entry can have a custom type and can take any value Such types should have the CUSTOM value as type and also have a customType value.", "type": "string" }, "public_key_encryption_certificates": { "description": "Public Key Encryption Certificates. Current limit: 1 per email address, and 5 per user.", "type": "object", "properties": { "certificate": { "description": "X.509 encryption certificate in `PEM` format. Must only be an end-entity (leaf) certificate.", "type": "string" }, "is_default": { "description": "Whether this is the default certificate for the given email address.", "type": "boolean" }, "state": { "description": "Denotes the certificate's state in its lifecycle. Possible values are `not_yet_validated`, `valid`, `invalid`, `expired`, and `revoked`.", "type": "string" } } } } }, "UserExternalId": { "id": "UserExternalId", "description": "JSON template for an externalId entry.", "type": "object", "properties": { "customType": { "description": "Custom type.", "type": "string" }, "type": { "description": "The type of the Id.", "type": "string" }, "value": { "description": "The value of the id.", "type": "string" } } }, "UserGender": { "id": "UserGender", "type": "object", "properties": { "addressMeAs": { "description": "AddressMeAs. A human-readable string containing the proper way to refer to the profile owner by humans for example he/him/his or they/them/their.", "type": "string" }, "customGender": { "description": "Custom gender.", "type": "string" }, "type": { "description": "Gender.", "type": "string" } } }, "UserIm": { "id": "UserIm", "description": "JSON template for instant messenger of an user.", "type": "object", "properties": { "customProtocol": { "description": "Custom protocol.", "type": "string" }, "customType": { "description": "Custom type.", "type": "string" }, "im": { "description": "Instant messenger id.", "type": "string" }, "primary": { "description": "If this is user's primary im. Only one entry could be marked as primary.", "type": "boolean" }, "protocol": { "description": "Protocol used in the instant messenger. It should be one of the values from ImProtocolTypes map. Similar to type it can take a CUSTOM value and specify the custom name in customProtocol field.", "type": "string" }, "type": { "description": "Each entry can have a type which indicates standard types of that entry. For example instant messengers could be of home work etc. In addition to the standard type an entry can have a custom type and can take any value. Such types should have the CUSTOM value as type and also have a customType value.", "type": "string" } } }, "UserKeyword": { "id": "UserKeyword", "description": "JSON template for a keyword entry.", "type": "object", "properties": { "customType": { "description": "Custom Type.", "type": "string" }, "type": { "description": "Each entry can have a type which indicates standard type of that entry. For example keyword could be of type occupation or outlook. In addition to the standard type an entry can have a custom type and can give it any name. Such types should have the CUSTOM value as type and also have a customType value.", "type": "string" }, "value": { "description": "Keyword.", "type": "string" } } }, "UserLanguage": { "id": "UserLanguage", "description": "JSON template for a language entry.", "type": "object", "properties": { "customLanguage": { "description": "Other language. User can provide their own language name if there is no corresponding ISO 639 language code. If this is set, `languageCode` can't be set.", "type": "string" }, "languageCode": { "description": "ISO 639 string representation of a language. See [Language Codes](/admin-sdk/directory/v1/languages) for the list of supported codes. Valid language codes outside the supported set will be accepted by the API but may lead to unexpected behavior. Illegal values cause `SchemaException`. If this is set, `customLanguage` can't be set.", "type": "string" }, "preference": { "description": "Optional. If present, controls whether the specified `languageCode` is the user's preferred language. If `customLanguage` is set, this can't be set. Allowed values are `preferred` and `not_preferred`.", "type": "string" } } }, "UserLocation": { "id": "UserLocation", "description": "JSON template for a location entry.", "type": "object", "properties": { "area": { "description": "Textual location. This is most useful for display purposes to concisely describe the location. For example 'Mountain View, CA', 'Near Seattle', 'US-NYC-9TH 9A209A.''", "type": "string" }, "buildingId": { "description": "Building Identifier.", "type": "string" }, "customType": { "description": "Custom Type.", "type": "string" }, "deskCode": { "description": "Most specific textual code of individual desk location.", "type": "string" }, "floorName": { "description": "Floor name/number.", "type": "string" }, "floorSection": { "description": "Floor section. More specific location within the floor. For example if a floor is divided into sections 'A', 'B' and 'C' this field would identify one of those values.", "type": "string" }, "type": { "description": "Each entry can have a type which indicates standard types of that entry. For example location could be of types default and desk. In addition to standard type an entry can have a custom type and can give it any name. Such types should have 'custom' as type and also have a customType value.", "type": "string" } } }, "UserOrganization": { "id": "UserOrganization", "description": "JSON template for an organization entry.", "type": "object", "properties": { "costCenter": { "description": "The cost center of the users department.", "type": "string" }, "customType": { "description": "Custom type.", "type": "string" }, "department": { "description": "Department within the organization.", "type": "string" }, "description": { "description": "Description of the organization.", "type": "string" }, "domain": { "description": "The domain to which the organization belongs to.", "type": "string" }, "fullTimeEquivalent": { "description": "The full-time equivalent millipercent within the organization (100000 = 100%).", "type": "integer", "format": "int32" }, "location": { "description": "Location of the organization. This need not be fully qualified address.", "type": "string" }, "name": { "description": "Name of the organization", "type": "string" }, "primary": { "description": "If it user's primary organization.", "type": "boolean" }, "symbol": { "description": "Symbol of the organization.", "type": "string" }, "title": { "description": "Title (designation) of the user in the organization.", "type": "string" }, "type": { "description": "Each entry can have a type which indicates standard types of that entry. For example organization could be of school work etc. In addition to the standard type an entry can have a custom type and can give it any name. Such types should have the CUSTOM value as type and also have a CustomType value.", "type": "string" } } }, "UserPhone": { "id": "UserPhone", "description": "JSON template for a phone entry.", "type": "object", "properties": { "customType": { "description": "Custom Type.", "type": "string" }, "primary": { "description": "If this is user's primary phone or not.", "type": "boolean" }, "type": { "description": "Each entry can have a type which indicates standard types of that entry. For example phone could be of home_fax work mobile etc. In addition to the standard type an entry can have a custom type and can give it any name. Such types should have the CUSTOM value as type and also have a customType value.", "type": "string" }, "value": { "description": "Phone number.", "type": "string" } } }, "UserPosixAccount": { "id": "UserPosixAccount", "description": "JSON template for a POSIX account entry.", "type": "object", "properties": { "accountId": { "description": "A POSIX account field identifier.", "type": "string" }, "gecos": { "description": "The GECOS (user information) for this account.", "type": "string" }, "gid": { "description": "The default group ID.", "type": "string", "format": "uint64" }, "homeDirectory": { "description": "The path to the home directory for this account.", "type": "string" }, "operatingSystemType": { "description": "The operating system type for this account.", "type": "string" }, "primary": { "description": "If this is user's primary account within the SystemId.", "type": "boolean" }, "shell": { "description": "The path to the login shell for this account.", "type": "string" }, "systemId": { "description": "System identifier for which account Username or Uid apply to.", "type": "string" }, "uid": { "description": "The POSIX compliant user ID.", "type": "string", "format": "uint64" }, "username": { "description": "The username of the account.", "type": "string" } } }, "UserRelation": { "id": "UserRelation", "description": "JSON template for a relation entry.", "type": "object", "properties": { "customType": { "description": "Custom Type.", "type": "string" }, "type": { "description": "The relation of the user. Some of the possible values are mother father sister brother manager assistant partner.", "type": "string" }, "value": { "description": "The name of the relation.", "type": "string" } } }, "UserSshPublicKey": { "id": "UserSshPublicKey", "description": "JSON template for a POSIX account entry.", "type": "object", "properties": { "expirationTimeUsec": { "description": "An expiration time in microseconds since epoch.", "type": "string", "format": "int64" }, "fingerprint": { "description": "A SHA-256 fingerprint of the SSH public key. (Read-only)", "type": "string", "readOnly": true }, "key": { "description": "An SSH public key.", "type": "string" } } }, "UserWebsite": { "id": "UserWebsite", "description": "JSON template for a website entry.", "type": "object", "properties": { "customType": { "description": "Custom Type.", "type": "string" }, "primary": { "description": "If this is user's primary website or not.", "type": "boolean" }, "type": { "description": "Each entry can have a type which indicates standard types of that entry. For example website could be of home work blog etc. In addition to the standard type an entry can have a custom type and can give it any name. Such types should have the CUSTOM value as type and also have a customType value.", "type": "string" }, "value": { "description": "Website.", "type": "string" } } } }, "canonicalName": "directory", "name": "admin", "fullyEncodeReservedExpansion": true, "protocol": "rest", "basePath": "", "baseUrl": "https://admin.googleapis.com/", "icons": { "x16": "http://www.google.com/images/icons/product/search-16.gif", "x32": "http://www.google.com/images/icons/product/search-32.gif" }, "id": "admin:directory_v1", "title": "Admin SDK API", "discoveryVersion": "v1" }