简体   繁体   中英

Azure Active Directory - User export properties

can I generate an Azure AD report that includes all user informations properties such as employee IDs and employee type?

Thanks

You could use the Graph API for this and $select these fields (employeeId & employeeType) in the List Users method .

Below is an example.

https://graph.microsoft.com/v1.0/users/?$select=employeeId,employeeType,userPrincipalName

I am using a Send an HTTP request action from the Office 365 Groups connector for this.

在此处输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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