Microsoft.Intune (preview:2015-01-14)

2025/09/26 • 33 new, 33 deleted methods

GetLocations (new)
Description Returns location for user tenant.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Intune/locations
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
hostName: string ,
}
,
}
,
]
,
nextlink: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
GetLocationByHostName (new)
Description Returns location for given tenant.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Intune/locations/hostName
{
api-version: string ,
}

⚐ Response (200)

{
properties:
{
hostName: string ,
}
,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
GetApps (new)
Description Returns Intune Manageable apps.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Intune/locations/{hostName}/apps
{
hostName: string ,
api-version: string ,
$filter: string ,
$top: integer ,
$select: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
friendlyName: string ,
platform: enum ,
appId: string ,
}
,
}
,
]
,
nextlink: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
Ios_GetMAMPolicies (new)
Description Returns Intune iOSPolicies.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Intune/locations/{hostName}/iosPolicies
{
hostName: string ,
api-version: string ,
$filter: string ,
$top: integer ,
$select: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
fileEncryptionLevel: enum ,
touchId: enum ,
}
,
}
,
]
,
nextlink: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
Android_GetMAMPolicies (new)
Description Returns Intune Android policies.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Intune/locations/{hostName}/androidPolicies
{
hostName: string ,
api-version: string ,
$filter: string ,
$top: integer ,
$select: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
screenCapture: enum ,
fileEncryption: enum ,
}
,
}
,
]
,
nextlink: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
Ios_GetMAMPolicyByName (new)
Description Returns Intune iOS policies.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Intune/locations/{hostName}/iosPolicies/{policyName}
{
hostName: string ,
policyName: string ,
api-version: string ,
$select: string ,
}

⚐ Response (200)

{
properties:
{
fileEncryptionLevel: enum ,
touchId: enum ,
}
,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
Ios_CreateOrUpdateMAMPolicy (new)
Description Creates or updates iOSMAMPolicy.
Reference Link ¶

⚼ Request

PUT:  /providers/Microsoft.Intune/locations/{hostName}/iosPolicies/{policyName}
{
hostName: string ,
policyName: string ,
api-version: string ,
parameters:
{
properties:
{
fileEncryptionLevel: enum ,
touchId: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
fileEncryptionLevel: enum ,
touchId: enum ,
}
,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
Ios_PatchMAMPolicy (new)
Description patch an iOSMAMPolicy.
Reference Link ¶

⚼ Request

PATCH:  /providers/Microsoft.Intune/locations/{hostName}/iosPolicies/{policyName}
{
hostName: string ,
policyName: string ,
api-version: string ,
parameters:
{
properties:
{
fileEncryptionLevel: enum ,
touchId: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
fileEncryptionLevel: enum ,
touchId: enum ,
}
,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
Ios_DeleteMAMPolicy (new)
Description Delete Ios Policy
Reference Link ¶

⚼ Request

DELETE:  /providers/Microsoft.Intune/locations/{hostName}/iosPolicies/{policyName}
{
hostName: string ,
policyName: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
code: string ,
message: string ,
}
Android_GetMAMPolicyByName (new)
Description Returns AndroidMAMPolicy with given name.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Intune/locations/{hostName}/androidPolicies/{policyName}
{
hostName: string ,
policyName: string ,
api-version: string ,
$select: string ,
}

⚐ Response (200)

{
properties:
{
screenCapture: enum ,
fileEncryption: enum ,
}
,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
Android_CreateOrUpdateMAMPolicy (new)
Description Creates or updates AndroidMAMPolicy.
Reference Link ¶

⚼ Request

PUT:  /providers/Microsoft.Intune/locations/{hostName}/androidPolicies/{policyName}
{
hostName: string ,
policyName: string ,
api-version: string ,
parameters:
{
properties:
{
screenCapture: enum ,
fileEncryption: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
screenCapture: enum ,
fileEncryption: enum ,
}
,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
Android_PatchMAMPolicy (new)
Description Patch AndroidMAMPolicy.
Reference Link ¶

⚼ Request

PATCH:  /providers/Microsoft.Intune/locations/{hostName}/androidPolicies/{policyName}
{
hostName: string ,
policyName: string ,
api-version: string ,
parameters:
{
properties:
{
screenCapture: enum ,
fileEncryption: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
screenCapture: enum ,
fileEncryption: enum ,
}
,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
Android_DeleteMAMPolicy (new)
Description Delete Android Policy
Reference Link ¶

⚼ Request

DELETE:  /providers/Microsoft.Intune/locations/{hostName}/androidPolicies/{policyName}
{
hostName: string ,
policyName: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
code: string ,
message: string ,
}
Ios_GetAppForMAMPolicy (new)
Description Get apps for an iOSMAMPolicy.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Intune/locations/{hostName}/iosPolicies/{policyName}/apps
{
hostName: string ,
policyName: string ,
api-version: string ,
$filter: string ,
$top: integer ,
$select: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
friendlyName: string ,
platform: enum ,
appId: string ,
}
,
}
,
]
,
nextlink: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
Android_GetAppForMAMPolicy (new)
Description Get apps for an AndroidMAMPolicy.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Intune/locations/{hostName}/AndroidPolicies/{policyName}/apps
{
hostName: string ,
policyName: string ,
api-version: string ,
$filter: string ,
$top: integer ,
$select: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
friendlyName: string ,
platform: enum ,
appId: string ,
}
,
}
,
]
,
nextlink: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
Ios_AddAppForMAMPolicy (new)
Description Add app to an iOSMAMPolicy.
Reference Link ¶

⚼ Request

PUT:  /providers/Microsoft.Intune/locations/{hostName}/iosPolicies/{policyName}/apps/{appName}
{
hostName: string ,
policyName: string ,
appName: string ,
api-version: string ,
parameters:
{
properties:
{
url: string ,
}
,
}
,
}

⚐ Response (200)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
code: string ,
message: string ,
}
Ios_DeleteAppForMAMPolicy (new)
Description Delete App for Ios Policy
Reference Link ¶

⚼ Request

DELETE:  /providers/Microsoft.Intune/locations/{hostName}/iosPolicies/{policyName}/apps/{appName}
{
hostName: string ,
policyName: string ,
appName: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
code: string ,
message: string ,
}
Android_AddAppForMAMPolicy (new)
Description Add app to an AndroidMAMPolicy.
Reference Link ¶

⚼ Request

PUT:  /providers/Microsoft.Intune/locations/{hostName}/androidPolicies/{policyName}/apps/{appName}
{
hostName: string ,
policyName: string ,
appName: string ,
api-version: string ,
parameters:
{
properties:
{
url: string ,
}
,
}
,
}

⚐ Response (200)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
code: string ,
message: string ,
}
Android_DeleteAppForMAMPolicy (new)
Description Delete App for Android Policy
Reference Link ¶

⚼ Request

DELETE:  /providers/Microsoft.Intune/locations/{hostName}/androidPolicies/{policyName}/apps/{appName}
{
hostName: string ,
policyName: string ,
appName: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
code: string ,
message: string ,
}
Ios_GetGroupsForMAMPolicy (new)
Description Returns groups for a given iOSMAMPolicy.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Intune/locations/{hostName}/iosPolicies/{policyName}/groups
{
hostName: string ,
policyName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
friendlyName: string ,
}
,
}
,
]
,
nextlink: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
Android_GetGroupsForMAMPolicy (new)
Description Returns groups for a given AndroidMAMPolicy.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Intune/locations/{hostName}/androidPolicies/{policyName}/groups
{
hostName: string ,
policyName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
friendlyName: string ,
}
,
}
,
]
,
nextlink: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
Ios_AddGroupForMAMPolicy (new)
Description Add group to an iOSMAMPolicy.
Reference Link ¶

⚼ Request

PUT:  /providers/Microsoft.Intune/locations/{hostName}/iosPolicies/{policyName}/groups/{groupId}
{
hostName: string ,
policyName: string ,
groupId: string ,
api-version: string ,
parameters:
{
properties:
{
url: string ,
}
,
}
,
}

⚐ Response (200)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
code: string ,
message: string ,
}
Ios_DeleteGroupForMAMPolicy (new)
Description Delete Group for iOS Policy
Reference Link ¶

⚼ Request

DELETE:  /providers/Microsoft.Intune/locations/{hostName}/iosPolicies/{policyName}/groups/{groupId}
{
hostName: string ,
policyName: string ,
groupId: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
code: string ,
message: string ,
}
Android_AddGroupForMAMPolicy (new)
Description Add group to an AndroidMAMPolicy.
Reference Link ¶

⚼ Request

PUT:  /providers/Microsoft.Intune/locations/{hostName}/androidPolicies/{policyName}/groups/{groupId}
{
hostName: string ,
policyName: string ,
groupId: string ,
api-version: string ,
parameters:
{
properties:
{
url: string ,
}
,
}
,
}

⚐ Response (200)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
code: string ,
message: string ,
}
Android_DeleteGroupForMAMPolicy (new)
Description Delete Group for Android Policy
Reference Link ¶

⚼ Request

DELETE:  /providers/Microsoft.Intune/locations/{hostName}/androidPolicies/{policyName}/groups/{groupId}
{
hostName: string ,
policyName: string ,
groupId: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
code: string ,
message: string ,
}
GetMAMUserDevices (new)
Description Get devices for a user.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Intune/locations/{hostName}/users/{userName}/devices
{
hostName: string ,
userName: string ,
api-version: string ,
$filter: string ,
$top: integer ,
$select: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
userId: string ,
friendlyName: string ,
platform: string ,
platformVersion: string ,
deviceType: string ,
}
,
}
,
]
,
nextlink: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
GetMAMUserDeviceByDeviceName (new)
Description Get a unique device for a user.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Intune/locations/{hostName}/users/{userName}/devices/{deviceName}
{
hostName: string ,
userName: string ,
deviceName: string ,
api-version: string ,
$select: string ,
}

⚐ Response (200)

{
properties:
{
userId: string ,
friendlyName: string ,
platform: string ,
platformVersion: string ,
deviceType: string ,
}
,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
WipeMAMUserDevice (new)
Description Wipe a device for a user.
Reference Link ¶

⚼ Request

POST:  /providers/Microsoft.Intune/locations/{hostName}/users/{userName}/devices/{deviceName}/wipe
{
hostName: string ,
userName: string ,
deviceName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
value: string ,
}
,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
GetOperationResults (new)
Description Returns operationResults.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Intune/locations/{hostName}/operationResults
{
hostName: string ,
api-version: string ,
$filter: string ,
$top: integer ,
$select: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
friendlyName: string ,
category: string ,
lastModifiedTime: string ,
state: string ,
operationMetadata:
[
{
name: string ,
value: string ,
}
,
]
,
}
,
}
,
]
,
nextlink: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
GetMAMStatuses (new)
Description Returns Intune Tenant level statuses.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Intune/locations/{hostName}/statuses/default
{
hostName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
deployedPolicies: integer ,
enrolledUsers: integer ,
flaggedUsers: integer ,
lastModifiedTime: string ,
policyAppliedUsers: integer ,
status: string ,
wipeFailedApps: integer ,
wipePendingApps: integer ,
wipeSucceededApps: integer ,
}
,
nextlink: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
GetMAMFlaggedUsers (new)
Description Returns Intune flagged user collection
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Intune/locations/{hostName}/flaggedUsers
{
hostName: string ,
api-version: string ,
$filter: string ,
$top: integer ,
$select: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
errorCount: integer ,
friendlyName: string ,
}
,
}
,
]
,
nextlink: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
GetMAMFlaggedUserByName (new)
Description Returns Intune flagged user details
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Intune/locations/{hostName}/flaggedUsers/{userName}
{
hostName: string ,
userName: string ,
api-version: string ,
$select: string ,
}

⚐ Response (200)

{
properties:
{
errorCount: integer ,
friendlyName: string ,
}
,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
GetMAMUserFlaggedEnrolledApps (new)
Description Returns Intune flagged enrolled app collection for the User
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Intune/locations/{hostName}/flaggedUsers/{userName}/flaggedEnrolledApps
{
hostName: string ,
userName: string ,
api-version: string ,
$filter: string ,
$top: integer ,
$select: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
deviceType: string ,
friendlyName: string ,
lastModifiedTime: string ,
platform: string ,
errors:
[
{
errorCode: string ,
severity: string ,
}
,
]
,
}
,
}
,
]
,
nextlink: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
GetLocations (removed)
Description Returns location for user tenant.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Intune/locations
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
hostName: string ,
}
,
}
,
]
,
nextlink: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
GetLocationByHostName (removed)
Description Returns location for given tenant.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Intune/locations/hostName
{
api-version: string ,
}

⚐ Response (200)

{
properties:
{
hostName: string ,
}
,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
GetApps (removed)
Description Returns Intune Manageable apps.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Intune/locations/{hostName}/apps
{
hostName: string ,
api-version: string ,
$filter: string ,
$top: integer ,
$select: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
friendlyName: string ,
platform: enum ,
appId: string ,
}
,
}
,
]
,
nextlink: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
Ios_GetMAMPolicies (removed)
Description Returns Intune iOSPolicies.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Intune/locations/{hostName}/iosPolicies
{
hostName: string ,
api-version: string ,
$filter: string ,
$top: integer ,
$select: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
fileEncryptionLevel: enum ,
touchId: enum ,
}
,
}
,
]
,
nextlink: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
Android_GetMAMPolicies (removed)
Description Returns Intune Android policies.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Intune/locations/{hostName}/androidPolicies
{
hostName: string ,
api-version: string ,
$filter: string ,
$top: integer ,
$select: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
screenCapture: enum ,
fileEncryption: enum ,
}
,
}
,
]
,
nextlink: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
Ios_GetMAMPolicyByName (removed)
Description Returns Intune iOS policies.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Intune/locations/{hostName}/iosPolicies/{policyName}
{
hostName: string ,
policyName: string ,
api-version: string ,
$select: string ,
}

⚐ Response (200)

{
properties:
{
fileEncryptionLevel: enum ,
touchId: enum ,
}
,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
Ios_CreateOrUpdateMAMPolicy (removed)
Description Creates or updates iOSMAMPolicy.
Reference Link ¶

⚼ Request

PUT:  /providers/Microsoft.Intune/locations/{hostName}/iosPolicies/{policyName}
{
hostName: string ,
policyName: string ,
api-version: string ,
parameters:
{
properties:
{
fileEncryptionLevel: enum ,
touchId: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
fileEncryptionLevel: enum ,
touchId: enum ,
}
,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
Ios_PatchMAMPolicy (removed)
Description patch an iOSMAMPolicy.
Reference Link ¶

⚼ Request

PATCH:  /providers/Microsoft.Intune/locations/{hostName}/iosPolicies/{policyName}
{
hostName: string ,
policyName: string ,
api-version: string ,
parameters:
{
properties:
{
fileEncryptionLevel: enum ,
touchId: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
fileEncryptionLevel: enum ,
touchId: enum ,
}
,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
Ios_DeleteMAMPolicy (removed)
Description Delete Ios Policy
Reference Link ¶

⚼ Request

DELETE:  /providers/Microsoft.Intune/locations/{hostName}/iosPolicies/{policyName}
{
hostName: string ,
policyName: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
code: string ,
message: string ,
}
Android_GetMAMPolicyByName (removed)
Description Returns AndroidMAMPolicy with given name.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Intune/locations/{hostName}/androidPolicies/{policyName}
{
hostName: string ,
policyName: string ,
api-version: string ,
$select: string ,
}

⚐ Response (200)

{
properties:
{
screenCapture: enum ,
fileEncryption: enum ,
}
,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
Android_CreateOrUpdateMAMPolicy (removed)
Description Creates or updates AndroidMAMPolicy.
Reference Link ¶

⚼ Request

PUT:  /providers/Microsoft.Intune/locations/{hostName}/androidPolicies/{policyName}
{
hostName: string ,
policyName: string ,
api-version: string ,
parameters:
{
properties:
{
screenCapture: enum ,
fileEncryption: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
screenCapture: enum ,
fileEncryption: enum ,
}
,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
Android_PatchMAMPolicy (removed)
Description Patch AndroidMAMPolicy.
Reference Link ¶

⚼ Request

PATCH:  /providers/Microsoft.Intune/locations/{hostName}/androidPolicies/{policyName}
{
hostName: string ,
policyName: string ,
api-version: string ,
parameters:
{
properties:
{
screenCapture: enum ,
fileEncryption: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
screenCapture: enum ,
fileEncryption: enum ,
}
,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
Android_DeleteMAMPolicy (removed)
Description Delete Android Policy
Reference Link ¶

⚼ Request

DELETE:  /providers/Microsoft.Intune/locations/{hostName}/androidPolicies/{policyName}
{
hostName: string ,
policyName: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
code: string ,
message: string ,
}
Ios_GetAppForMAMPolicy (removed)
Description Get apps for an iOSMAMPolicy.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Intune/locations/{hostName}/iosPolicies/{policyName}/apps
{
hostName: string ,
policyName: string ,
api-version: string ,
$filter: string ,
$top: integer ,
$select: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
friendlyName: string ,
platform: enum ,
appId: string ,
}
,
}
,
]
,
nextlink: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
Android_GetAppForMAMPolicy (removed)
Description Get apps for an AndroidMAMPolicy.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Intune/locations/{hostName}/AndroidPolicies/{policyName}/apps
{
hostName: string ,
policyName: string ,
api-version: string ,
$filter: string ,
$top: integer ,
$select: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
friendlyName: string ,
platform: enum ,
appId: string ,
}
,
}
,
]
,
nextlink: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
Ios_AddAppForMAMPolicy (removed)
Description Add app to an iOSMAMPolicy.
Reference Link ¶

⚼ Request

PUT:  /providers/Microsoft.Intune/locations/{hostName}/iosPolicies/{policyName}/apps/{appName}
{
hostName: string ,
policyName: string ,
appName: string ,
api-version: string ,
parameters:
{
properties:
{
url: string ,
}
,
}
,
}

⚐ Response (200)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
code: string ,
message: string ,
}
Ios_DeleteAppForMAMPolicy (removed)
Description Delete App for Ios Policy
Reference Link ¶

⚼ Request

DELETE:  /providers/Microsoft.Intune/locations/{hostName}/iosPolicies/{policyName}/apps/{appName}
{
hostName: string ,
policyName: string ,
appName: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
code: string ,
message: string ,
}
Android_AddAppForMAMPolicy (removed)
Description Add app to an AndroidMAMPolicy.
Reference Link ¶

⚼ Request

PUT:  /providers/Microsoft.Intune/locations/{hostName}/androidPolicies/{policyName}/apps/{appName}
{
hostName: string ,
policyName: string ,
appName: string ,
api-version: string ,
parameters:
{
properties:
{
url: string ,
}
,
}
,
}

⚐ Response (200)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
code: string ,
message: string ,
}
Android_DeleteAppForMAMPolicy (removed)
Description Delete App for Android Policy
Reference Link ¶

⚼ Request

DELETE:  /providers/Microsoft.Intune/locations/{hostName}/androidPolicies/{policyName}/apps/{appName}
{
hostName: string ,
policyName: string ,
appName: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
code: string ,
message: string ,
}
Ios_GetGroupsForMAMPolicy (removed)
Description Returns groups for a given iOSMAMPolicy.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Intune/locations/{hostName}/iosPolicies/{policyName}/groups
{
hostName: string ,
policyName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
friendlyName: string ,
}
,
}
,
]
,
nextlink: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
Android_GetGroupsForMAMPolicy (removed)
Description Returns groups for a given AndroidMAMPolicy.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Intune/locations/{hostName}/androidPolicies/{policyName}/groups
{
hostName: string ,
policyName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
friendlyName: string ,
}
,
}
,
]
,
nextlink: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
Ios_AddGroupForMAMPolicy (removed)
Description Add group to an iOSMAMPolicy.
Reference Link ¶

⚼ Request

PUT:  /providers/Microsoft.Intune/locations/{hostName}/iosPolicies/{policyName}/groups/{groupId}
{
hostName: string ,
policyName: string ,
groupId: string ,
api-version: string ,
parameters:
{
properties:
{
url: string ,
}
,
}
,
}

⚐ Response (200)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
code: string ,
message: string ,
}
Ios_DeleteGroupForMAMPolicy (removed)
Description Delete Group for iOS Policy
Reference Link ¶

⚼ Request

DELETE:  /providers/Microsoft.Intune/locations/{hostName}/iosPolicies/{policyName}/groups/{groupId}
{
hostName: string ,
policyName: string ,
groupId: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
code: string ,
message: string ,
}
Android_AddGroupForMAMPolicy (removed)
Description Add group to an AndroidMAMPolicy.
Reference Link ¶

⚼ Request

PUT:  /providers/Microsoft.Intune/locations/{hostName}/androidPolicies/{policyName}/groups/{groupId}
{
hostName: string ,
policyName: string ,
groupId: string ,
api-version: string ,
parameters:
{
properties:
{
url: string ,
}
,
}
,
}

⚐ Response (200)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
code: string ,
message: string ,
}
Android_DeleteGroupForMAMPolicy (removed)
Description Delete Group for Android Policy
Reference Link ¶

⚼ Request

DELETE:  /providers/Microsoft.Intune/locations/{hostName}/androidPolicies/{policyName}/groups/{groupId}
{
hostName: string ,
policyName: string ,
groupId: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
code: string ,
message: string ,
}
GetMAMUserDevices (removed)
Description Get devices for a user.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Intune/locations/{hostName}/users/{userName}/devices
{
hostName: string ,
userName: string ,
api-version: string ,
$filter: string ,
$top: integer ,
$select: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
userId: string ,
friendlyName: string ,
platform: string ,
platformVersion: string ,
deviceType: string ,
}
,
}
,
]
,
nextlink: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
GetMAMUserDeviceByDeviceName (removed)
Description Get a unique device for a user.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Intune/locations/{hostName}/users/{userName}/devices/{deviceName}
{
hostName: string ,
userName: string ,
deviceName: string ,
api-version: string ,
$select: string ,
}

⚐ Response (200)

{
properties:
{
userId: string ,
friendlyName: string ,
platform: string ,
platformVersion: string ,
deviceType: string ,
}
,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
WipeMAMUserDevice (removed)
Description Wipe a device for a user.
Reference Link ¶

⚼ Request

POST:  /providers/Microsoft.Intune/locations/{hostName}/users/{userName}/devices/{deviceName}/wipe
{
hostName: string ,
userName: string ,
deviceName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
value: string ,
}
,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
GetOperationResults (removed)
Description Returns operationResults.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Intune/locations/{hostName}/operationResults
{
hostName: string ,
api-version: string ,
$filter: string ,
$top: integer ,
$select: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
friendlyName: string ,
category: string ,
lastModifiedTime: string ,
state: string ,
operationMetadata:
[
{
name: string ,
value: string ,
}
,
]
,
}
,
}
,
]
,
nextlink: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
GetMAMStatuses (removed)
Description Returns Intune Tenant level statuses.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Intune/locations/{hostName}/statuses/default
{
hostName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
deployedPolicies: integer ,
enrolledUsers: integer ,
flaggedUsers: integer ,
lastModifiedTime: string ,
policyAppliedUsers: integer ,
status: string ,
wipeFailedApps: integer ,
wipePendingApps: integer ,
wipeSucceededApps: integer ,
}
,
nextlink: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
GetMAMFlaggedUsers (removed)
Description Returns Intune flagged user collection
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Intune/locations/{hostName}/flaggedUsers
{
hostName: string ,
api-version: string ,
$filter: string ,
$top: integer ,
$select: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
errorCount: integer ,
friendlyName: string ,
}
,
}
,
]
,
nextlink: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
GetMAMFlaggedUserByName (removed)
Description Returns Intune flagged user details
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Intune/locations/{hostName}/flaggedUsers/{userName}
{
hostName: string ,
userName: string ,
api-version: string ,
$select: string ,
}

⚐ Response (200)

{
properties:
{
errorCount: integer ,
friendlyName: string ,
}
,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
GetMAMUserFlaggedEnrolledApps (removed)
Description Returns Intune flagged enrolled app collection for the User
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Intune/locations/{hostName}/flaggedUsers/{userName}/flaggedEnrolledApps
{
hostName: string ,
userName: string ,
api-version: string ,
$filter: string ,
$top: integer ,
$select: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
deviceType: string ,
friendlyName: string ,
lastModifiedTime: string ,
platform: string ,
errors:
[
{
errorCode: string ,
severity: string ,
}
,
]
,
}
,
}
,
]
,
nextlink: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
}