user resource type
Namespace: microsoft.graph
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
Not yet documented
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. |
removeAllDevicesFromManagement action | None | Retire all devices from management for this user |
Properties
Property | Type | Description |
---|---|---|
id | String | Unique identifier of the user. |
Relationships
Relationship | Type | Description |
---|---|---|
managedDevices | managedDevice collection | The managed devices associated with the user. |
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.user",
"id": "String (identifier)"
}