简体   繁体   English

Office 365 REST API-用户活动

[英]Office 365 REST API - User Activity

In Azure AD you can see the activity and devices that have been used to access a user account. 在Azure AD中,您可以查看用于访问用户帐户的活动和设备。

Example: 例:

在此处输入图片说明

Is it possible to query this information via the Microsoft Graph API? 是否可以通过Microsoft Graph API查询此信息? I've been unable to locate an API call that accomplishes this. 我一直无法找到完成此任务的API调用。

Yes. 是。 Its possible to find this information via Microsoft Graph API. 可以通过Microsoft Graph API查找此信息。

You can use Device Entity which represents a device registered in the directory. 您可以使用表示在目录中注册的设备的设备实体。 It inherits this information related to Device from DirectoryObject. 它从DirectoryObject继承与设备有关的信息。

You can use deviceOSType for type of operating system on the device. 您可以将deviceOSType用作设备上的操作系统类型。 deviceOSVersion for the version of the operating system on the device. deviceOSVersion用于设备上操作系统的版本。

Similarly, you can use Contact Entity which gives information related to place, physical office address and other things. 同样,您可以使用“联系实体”,该实体提供与地点,实际办公地址及其他相关的信息。

For more details refer to API Catalog for Azure AD Graph API 有关更多详细信息,请参考Azure AD Graph API的API目录

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM