A collection of user devices.
| Name | Type | Description |
|---|---|---|
| userDevices | array of User device | |
| total | number | Only applies in the response to searching for user devices and setting the includeTotal parameter to true in
the request. Represents the total number of user devices that matched the search, which may be different from the number of
user devices actually returned.
|
Example
{
"userDevices" : [ {
"clientVersion" : "12.1.31",
"outOfComplianceInfo" : [ {
"date" : "2017-01-01T11:04:30.45Z",
"reason" : "jailbroken",
"displayName" : "Integrity alert"
}, {
"date" : "2017-01-01T11:04:30.45Z",
"reason" : "blacklistedappsinstalled",
"displayName" : "Restricted app is installed"
} ],
"service" : {
"guid" : "f1c4a4e2-a1b6-4b6d-9276-086858eede0e",
"name" : "mdm",
"displayName" : "..."
},
"deviceLocation" : {
"latitude" : 35.4342193603516,
"longitude" : -91.21865759666542,
"altitude" : 172.4342193603516,
"speed" : 0.5,
"direction" : 85.83,
"accuracy" : 2.0,
"type" : "GPS",
"timestamp" : "2017-01-01T11:04:30.45Z"
},
"attestationInfo" : [ {
"type" : "SAFETYNET",
"lastAttestationResponseReceived" : "2017-01-01T11:04:30.45Z",
"status" : "SUCCESS",
"attestationNote" : "RESTORE_TO_FACTORY_ROM"
}, {
"type" : "HARDWARE_KEY",
"lastAttestationResponseReceived" : "2017-01-14T16:40:03.54Z",
"status" : "INVALID_NONCE",
"attestationNote" : "NONE"
} ],
"osUpdateStatus" : {
"latestVersion" : "12.3.1",
"otherVersions" : [ "12.3.2", "13.1" ],
"attempts" : 1,
"attemptsRemaining" : 9,
"latestResponse" : "The update is already downloaded",
"timestamp" : "2017-01-01T11:04:30.45Z",
"updateIsAvailable" : true,
"isLatest" : true
},
"maliciousApplications" : [ {
"package" : "...",
"name" : "Sample App One",
"version" : "5.0.0.34",
"hash" : "rtykdtrtkjsakljdgdgdkfjgddgd235sfndkfndk"
}, {
"package" : "...",
"name" : "Sample App Two",
"version" : "2.0.0.34",
"hash" : "kdfjdkasdkjsakljdslkfjdskfjdsk212asdsakj"
} ],
"maliciousSystemApplications" : [ {
"package" : "...",
"name" : "Sample App One",
"version" : "5.0.0.34",
"hash" : "rtykdtrtkjsakljdgdgdkfjgddgd235sfndkfndk"
}, {
"package" : "...",
"name" : "Sample App Two",
"version" : "2.0.0.34",
"hash" : "kdfjdkasdkjsakljdslkfjdskfjdsk212asdsakj"
} ],
"sideloadedApplications" : {
"applications" : [ { }, { } ],
"signingIdentities" : [ { }, { } ]
},
"enrollmentState" : "ENROLLED",
"guid" : "6dd3a8e2-3f24-48c6-961a-949794f4b554",
"checkedOut" : true,
"dynamicsDeviceId" : "kzsaj8JeVGtyWU6RY7Zh0jidClQ7BwKg",
"enrollmentType" : [ "MDM_CONTROLS", "..." ],
"language" : "en_US",
"lastContactTime" : "2017-01-01T11:04:30.45Z",
"lastPasswordChangeTime" : "2017-01-01T11:04:30.45Z",
"loggingExpiryDate" : "...",
"loggingStatus" : "...",
"device" : {
"guid" : "6dd3a8e2-3f24-48c6-961a-949794f4b554",
"activationDate" : "2017-01-01T11:04:30.45Z",
"activeSyncId" : "K6CKULJTID3SDEAIV0ELHBBTTO",
"batteryLevel" : 57.0,
"compromised" : false,
"externalStorageFree" : 11517.0,
"externalStorageSize" : 32768.0,
"hardwareModel" : "iPhone 5c (GSM)",
"hardwareName" : "iPhone5,3",
"hardwareVendorCompanyName" : "Apple Inc",
"homeCarrier" : "Rogers",
"currentCarrier" : "Vodafone",
"networkRoaming" : true,
"acquireLogs" : "UNKNOWN",
"internalStorageFree" : 3556.0,
"internalStorageSize" : 4950.0,
"imei" : "01 400000 155119 5",
"meid" : "01234567890123456",
"os" : "iOS 10.2",
"osFamilyName" : "ios",
"osVersion" : "10.2",
"ownership" : "CORPORATE",
"phoneNumber" : "4045551234",
"pin" : "...",
"securityPatchLevel" : "...",
"serialNumber" : "FCFPL5T3G07J",
"udid" : "d88496fdf7115ac9f3ab69966cbaf91d960b95036fa68f66489c8ad78f136b5c",
"wifiMacAddress" : "b4:52:7e:62:a5:9a",
"clientId" : "com.rim.mobilefusion.client",
"clientVersion" : "12.34.0.155244",
"ramTotal" : 4096,
"ramFree" : 3556.0,
"depEnabled" : true,
"supervised" : true,
"iccid" : "8938 0012 1050 8728 331"
},
"lastPerimeterStateChanged" : "2017-01-01T11:04:30.45Z"
}, {
"clientVersion" : "...",
"outOfComplianceInfo" : [ {
"date" : "2017-01-01T11:04:30.45Z",
"reason" : "blacklistedappsinstalled",
"displayName" : "Restricted app is installed"
}, {
"date" : "2017-01-01T11:04:30.45Z",
"reason" : "blacklistedappsinstalled",
"displayName" : "Restricted app is installed"
} ],
"service" : {
"guid" : "...",
"name" : "...",
"displayName" : "..."
},
"deviceLocation" : {
"latitude" : 50.03719587055436,
"longitude" : 36.21865759666543,
"altitude" : 1.5,
"speed" : 66.2,
"direction" : 11.0,
"accuracy" : 170.235,
"type" : "USER",
"timestamp" : "2017-01-14T16:40:03.54Z"
},
"attestationInfo" : [ {
"type" : "HARDWARE_KEY",
"lastAttestationResponseReceived" : "2017-01-14T16:40:03.54Z",
"status" : "INVALID_NONCE",
"attestationNote" : "NONE"
}, {
"type" : "HARDWARE_KEY",
"lastAttestationResponseReceived" : "2017-01-14T16:40:03.54Z",
"status" : "INVALID_NONCE",
"attestationNote" : "NONE"
} ],
"osUpdateStatus" : {
"latestVersion" : "13.0",
"otherVersions" : [ "13.1", "12.3.2" ],
"attempts" : 2,
"attemptsRemaining" : 8,
"latestResponse" : "A download is complete.",
"timestamp" : "2017-01-14T16:40:03.54Z",
"updateIsAvailable" : true,
"isLatest" : true
},
"maliciousApplications" : [ {
"package" : "...",
"name" : "Sample App Two",
"version" : "2.0.0.34",
"hash" : "kdfjdkasdkjsakljdslkfjdskfjdsk212asdsakj"
}, {
"package" : "...",
"name" : "Sample App Two",
"version" : "2.0.0.34",
"hash" : "kdfjdkasdkjsakljdslkfjdskfjdsk212asdsakj"
} ],
"maliciousSystemApplications" : [ {
"package" : "...",
"name" : "Sample App Two",
"version" : "2.0.0.34",
"hash" : "kdfjdkasdkjsakljdslkfjdskfjdsk212asdsakj"
}, {
"package" : "...",
"name" : "Sample App Two",
"version" : "2.0.0.34",
"hash" : "kdfjdkasdkjsakljdslkfjdskfjdsk212asdsakj"
} ],
"sideloadedApplications" : {
"applications" : [ { }, { } ],
"signingIdentities" : [ { }, { } ]
},
"enrollmentState" : "DELETE_PENDING",
"guid" : "2d2d3a7f-076d-46f9-8c25-56cb8eba2800",
"checkedOut" : false,
"dynamicsDeviceId" : "...",
"enrollmentType" : [ "...", "MDM_CONTROLS" ],
"language" : "ja_JP",
"lastContactTime" : "2017-01-14T16:40:03.54Z",
"lastPasswordChangeTime" : "2017-01-14T16:40:03.54Z",
"loggingExpiryDate" : "...",
"loggingStatus" : "...",
"device" : {
"guid" : "2d2d3a7f-076d-46f9-8c25-56cb8eba2800",
"activationDate" : "2017-01-01T11:04:30.45Z",
"activeSyncId" : "Q633AGG6QP3FJF6QBNAA81UHB0",
"batteryLevel" : 100.0,
"compromised" : false,
"externalStorageFree" : 16322.0,
"externalStorageSize" : 131072.0,
"hardwareModel" : "Q10",
"hardwareName" : "2214602506",
"hardwareVendorCompanyName" : "BlackBerry",
"homeCarrier" : "...",
"currentCarrier" : "...",
"networkRoaming" : true,
"acquireLogs" : "SUPPORTED",
"internalStorageFree" : 10258.0,
"internalStorageSize" : 16384.0,
"imei" : "004402242062465",
"meid" : "...",
"os" : "BB 10.3.3",
"osFamilyName" : "BB",
"osVersion" : "10.3.3",
"ownership" : "UNKNOWN",
"phoneNumber" : "2125557890",
"pin" : "2668C366",
"securityPatchLevel" : "...",
"serialNumber" : "064439997440",
"udid" : "82f2aaa813c5a4bc2748b078ca844bdbd6a8fb8eaaa173a389467646cf04d00c",
"wifiMacAddress" : "34:bb:1f:f3:34:a2",
"clientId" : "...",
"clientVersion" : "12.34.0.154893",
"ramTotal" : 6144,
"ramFree" : 1028.4,
"depEnabled" : false,
"supervised" : false,
"iccid" : "..."
},
"lastPerimeterStateChanged" : "2017-01-14T16:40:03.54Z"
} ],
"total" : 12345
}