Corporate Identifiers
Corporate identifiers allow you to pre-declare devices as corporate-owned before enrollment. Tag devices by serial number or IMEI to automatically classify them during enrollment.
Identifier Types
Serial Number
Available for iOS/iPadOS, macOS, and Android devices.
IMEI Number
Available for iOS/iPadOS and Android devices. Enter the 15-digit IMEI number for cellular devices.
Windows Autopilot
Windows devices are identified as corporate through Autopilot registration rather than corporate identifiers.
Adding Identifiers
Manual Entry
- Navigate to Enrollment then Corporate Identifiers
- Select Add and choose identifier type
- Enter the identifier value
- Optionally add a description
- Save the identifier
CSV Import
| Column | Required | Description |
|---|---|---|
| Identifier | Yes | Serial number or IMEI |
| Type | Yes | serialNumber or imei |
| Description | No | Optional description |
Ownership Classification
When a device with a matching identifier enrolls:
- Device is automatically marked as Corporate ownership
- Corporate devices have full management capabilities
- Admin can apply corporate-only policies and configurations
Benefits of Corporate Tagging
- Full MDM control — Factory reset, full wipe, and app management
- Policy targeting — Target only corporate-owned devices
- Conditional Access — Differentiate access rules by ownership
- Compliance policies — Enforce stricter compliance on corporate devices
- Reporting — Filter reports by ownership type
Best Practices
- Pre-register all corporate devices before shipping
- Use CSV import for bulk registration
- Include descriptions for device purpose or location
- Regularly review and clean up outdated identifiers
- Combine with Autopilot for Windows identification
API Reference
GET /api/devices/enrollment/corporate-identifiers— List identifiersPOST /api/devices/enrollment/corporate-identifiers— Add identifierPOST /api/devices/enrollment/corporate-identifiers/import— Bulk import CSVDELETE /api/devices/enrollment/corporate-identifiers/:id— Remove identifier
Last updated on