> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create Device

Create a new device.

**Note:**

Only company-owned device may be created. This method is available only to customers who have one of the following SKUs: `Enterprise Standard`, `Enterprise Plus`, `Enterprise for Education`, and `Cloud Identity Premium`.

This action only supports service account connections.

<Note>
  External Documentation

  To learn more, visit the [Google Cloud Identity documentation](https://cloud.google.com/identity/docs/reference/rest/v1beta1/devices/create).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter     | Description                                                                                                                                                                                                                                                                |
  | ------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Asset Tag     | The asset tag of the device to create.                                                                                                                                                                                                                                     |
  | Customer      | The resource name of the customer, formatted as: `customers/{customer}`.<br /><br />`Note`: Use `customers/my_customer` if you're managing your own organization's devices. Otherwise, use `customers/{customer}`, where `{customer}` is the customer who owns the device. |
  | Device Type   | The type of device to create.                                                                                                                                                                                                                                              |
  | Serial Number | The serial number of the device to create.                                                                                                                                                                                                                                 |
</div>

## Example Output

```json theme={"dark"}
{
  "done": true,
  "response": {
    "@type": "type.googleapis.com/google.apps.cloudidentity.devices.v1beta1.Device",
    "name": string,
    "createTime": string,
    "lastSyncTime": string,
    "ownerType": enum (DeviceOwnership),
    "deviceType": enum (DeviceType),
    "serialNumber": string
  }
}
```

## Workflow Library Example

[Create Device with Google Cloud Identity and Send Results Via Email](https://library.blinkops.com/workflows/create-device-with-google-cloud-identity-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/create-device-with-google-cloud-identity-and-send-results-via-email/canvas" />
</div>
