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
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
Methods
| Method | Return Type | Description |
|---|---|---|
| List users | user collection | List properties and relationships of the user objects. |
| Get user | user | Read properties and relationships of the user object. |
| Create user | user | Create a new user object. |
| Delete user | None | Deletes a user. |
| Update user | user | Update the properties of a user object. |
| exportDeviceAndAppManagementData function | deviceAndAppManagementData | |
| exportDeviceAndAppManagementData function | deviceAndAppManagementData |
Properties
| Property | Type | Description |
|---|---|---|
| id | String | Unique identifier of the user. |
| deviceEnrollmentLimit | Int32 | The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.user",
"id": "String (identifier)",
"deviceEnrollmentLimit": 1024
}