user 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.
Represents an Azure Active Directory user object.
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. |
getManagedAppDiagnosticStatuses function | managedAppDiagnosticStatus collection | Gets diagnostics validation status for a given user. |
getManagedAppPolicies function | managedAppPolicy collection | Gets app restrictions for a given user. |
wipeManagedAppRegistrationByDeviceTag action | None | Issues a wipe operation on an app registration with specified device tag. |
wipeManagedAppRegistrationsByAzureAdDeviceId action | None | Issues a wipe operation on an app registration with specified aad device Id. |
wipeManagedAppRegistrationsByDeviceTag action | None | Issues a wipe operation on an app registration with specified device tag. |
wipeAndBlockManagedApps action | None | Blocks the managed app user from app check-in. |
unblockManagedApps action | None | Unblocks the managed app user from app check-in. |
getManagedAppBlockedUsers function | String collection | |
isManagedAppUserBlocked function | Boolean | Gets the blocked state of a managed app user. |
Properties
Property | Type | Description |
---|---|---|
id | String | The user identifier. |
Relationships
Relationship | Type | Description |
---|---|---|
managedAppRegistrations | managedAppRegistration collection | Zero or more managed app registrations that belong to the user. |
windowsInformationProtectionDeviceRegistrations | windowsInformationProtectionDeviceRegistration collection | Zero or more WIP device registrations that belong to the user. |
managedAppLogCollectionRequests | managedAppLogCollectionRequest collection | Zero or more log collection requests triggered for the user. |
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.user",
"id": "String (identifier)"
}