Skip to main content
Get a list of devices in the organization that enrolled using Automated Device Enrollment.
External DocumentationTo learn more, visit the Apple Business Manager documentation.

Parameters

ParameterDescription
CursorThe cursor to the next page of results. Retrieve this value from the nextCursor property of a previous response to fetch subsequent data.
FieldsThe fields to include in the response.
LimitThe maximum number of resources to retrieve in the response. The maximum value is 1000.
Return All PagesAutomatically fetch all resources, page by page.

Example Output

{
	"data": [
		{
			"type": "orgDevices",
			"id": "XABC123X0ABC123X0",
			"attributes": {
				"serialNumber": "XABC123X0ABC123X0",
				"addedToOrgDateTime": "2025-04-30T22:05:14.192Z",
				"updatedDateTime": "2025-05-01T15:33:54.164Z",
				"deviceModel": "iMac 21.5\"",
				"productFamily": "Mac",
				"productType": "iMac16,2",
				"deviceCapacity": "750GB",
				"partNumber": "FD311LL/A",
				"orderNumber": "1234567890",
				"color": "SILVER",
				"status": "UNASSIGNED",
				"orderDateTime": "2011-08-15T07:00:00Z",
				"imei": [
					"123456789012345",
					"123456789012346"
				],
				"meid": [
					"12345678901237"
				],
				"eid": "89049037640158663184237812557346",
				"purchaseSourceUid": "-2085650007946880",
				"purchaseSourceType": "APPLE"
			},
			"relationships": {
				"assignedServer": {
					"links": {
						"self": "https://api-business.apple.com/v1/orgDevices/XABC123X0ABC123X0/relationships/assignedServer",
						"related": "https://api-business.apple.com/v1/orgDevices/XABC123X0ABC123X0/assignedServer"
					}
				}
			},
			"links": {
				"self": "https://api-business.apple.com/v1/orgDevices/XABC123X0ABC123X0"
			}
		}
	],
	"links": {
		"self": "https://api-business.apple.com/v1/orgDevices",
		"next": "https://api-business.apple.com/v1/orgDevices?cursor=MDowOjE3NDYxMTM4OTI1OTA6MTc0NjExMzg5MjU5MDp0cnVlOmZhbHNlOjE3NDYxMTM4OTI1OTA"
	},
	"meta": {
		"paging": {
			"nextCursor": "MDowOjE3NDYxMTM4OTI1OTA6MTc0NjExMzg5MjU5MDp0cnVlOmZhbHNlOjE3NDYxMTM4OTI1OTA",
			"limit": 100
		}
	}
}

Workflow Library Example

Get Organization Devices with Apple Business Manager and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop
I