Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Important: Microsoft supports Intune /beta APIs, but they are subject to more frequent change. Microsoft recommends using version v1.0 when possible. Check an API's availability in version v1.0 using the Version selector.
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
Entity that represents user state for an intent
Methods
| Method | Return Type | Description | 
|---|---|---|
| List deviceManagementIntentUserStates | deviceManagementIntentUserState collection | List properties and relationships of the deviceManagementIntentUserState objects. | 
| Get deviceManagementIntentUserState | deviceManagementIntentUserState | Read properties and relationships of the deviceManagementIntentUserState object. | 
| Create deviceManagementIntentUserState | deviceManagementIntentUserState | Create a new deviceManagementIntentUserState object. | 
| Delete deviceManagementIntentUserState | None | Deletes a deviceManagementIntentUserState. | 
| Update deviceManagementIntentUserState | deviceManagementIntentUserState | Update the properties of a deviceManagementIntentUserState object. | 
Properties
| Property | Type | Description | 
|---|---|---|
| id | String | The ID | 
| userPrincipalName | String | The user principal name that is being reported on a device | 
| userName | String | The user name that is being reported on a device | 
| deviceCount | Int32 | Count of Devices that belongs to a user for an intent | 
| lastReportedDateTime | DateTimeOffset | Last modified date time of an intent report | 
| state | complianceStatus | User state for an intent. Possible values are: unknown,notApplicable,compliant,remediated,nonCompliant,error,conflict,notAssigned. | 
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
  "@odata.type": "#microsoft.graph.deviceManagementIntentUserState",
  "id": "String (identifier)",
  "userPrincipalName": "String",
  "userName": "String",
  "deviceCount": 1024,
  "lastReportedDateTime": "String (timestamp)",
  "state": "String"
}