outOfBoxExperienceSettings resource type

Namespace: microsoft.graph

Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.

Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.

The Windows Autopilot Deployment Profile settings used by the Autopilot device for out-of-box experience. Supports: $select, $top, $skip. $Search, $orderBy and $filter are not supported. Read-Only. Starting from May 2024 this property will no longer be supported and will be marked as deprecated. Use outOfBoxExperienceSetting instead.

Properties

Property Type Description
hidePrivacySettings Boolean Show or hide privacy settings to user
hideEULA Boolean Show or hide EULA to user
userType windowsUserType Type of user. Possible values are: administrator, standard.
deviceUsageType windowsDeviceUsageType AAD join authentication type. Possible values are: singleUser, shared.
skipKeyboardSelectionPage Boolean If set, then skip the keyboard selection page if Language and Region are set
hideEscapeLink Boolean If set to true, then the user can't start over with different account, on company sign-in

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.outOfBoxExperienceSettings",
  "hidePrivacySettings": true,
  "hideEULA": true,
  "userType": "String",
  "deviceUsageType": "String",
  "skipKeyboardSelectionPage": true,
  "hideEscapeLink": true
}