AI-generated Key Takeaways
-
ProvisioningInfo is a resource providing information about a device available during setup.
-
The resource includes details such as device brand, model, API level, management mode, ownership, and identifiers like IMEI, MEID, and serial number.
-
The
getmethod allows retrieving device provisioning information using the identifier from the sign-in URL.
Resource: ProvisioningInfo
Information about a device that is available during setup.
| JSON representation |
|---|
{ "name" : string , "enterprise" : string , "authenticatedUserEmail" : string , "brand" : string , "model" : string , "apiLevel" : integer , "managementMode" : enum ( |
| Fields | |
|---|---|
name
|
The name of this resource in the form |
enterprise
|
The name of the enterprise in the form |
authenticatedUserEmail
|
The email address of the authenticated user (only present for Google Account provisioning method). |
brand
|
The brand of the device. For example, |
model
|
The model of the device. For example, |
apiLevel
|
The API level of the Android platform version running on the device. |
managementMode
|
The management mode of the device or profile. |
ownership
|
Ownership of the managed device. |
imei
|
For corporate-owned devices, IMEI number of the GSM device. For example, |
meid
|
For corporate-owned devices, MEID number of the CDMA device. For example, |
serialNumber
|
For corporate-owned devices, The device serial number. |
Methods |
|
|---|---|
|
Get the device provisioning information by the identifier provided in the sign-in url. |


