# Add Device Via Corporate Identifier

### Description

This runbook imports a device into Intune using a corporate identifier such as serial number or IMEI. It can overwrite existing entries and optionally stores a description for the imported identity.

### Location

Organization → Devices → Add Device Via Corporate Identifier

**Full Runbook name**

rjgit-org\_devices\_add-device-via-corporate-identifier

### Permissions

#### Application permissions

* **Type**: Microsoft Graph
  * DeviceManagementServiceConfig.ReadWrite.All

### Parameters

#### CorpIdentifierType

Identifier type to use for import.

| Property      | Value        |
| ------------- | ------------ |
| Required      | true         |
| Default Value | serialNumber |
| Type          | String       |

#### CorpIdentifier

Identifier value to import.

| Property      | Value  |
| ------------- | ------ |
| Required      | true   |
| Default Value |        |
| Type          | String |

#### DeviceDescripton

Optional description stored for the imported identity.

| Property      | Value  |
| ------------- | ------ |
| Required      | false  |
| Default Value |        |
| Type          | String |

#### OverwriteExistingEntry

If set to true, an existing entry for the same identifier will be overwritten.

| Property      | Value   |
| ------------- | ------- |
| Required      | false   |
| Default Value | True    |
| Type          | Boolean |

[Back to Runbook Reference overview](/automation/runbooks/runbook-references.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.realmjoin.com/automation/runbooks/runbook-references/org/devices/add-device-via-corporate-identifier.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
