简体   繁体   中英

Get user properties from azure AD using Graph API

I am using Graph API to import users from Azure AD. Before getting the user list I want to get all the properties available for a user. Is there any API I can use for that. Currently I calling the get all users rest service itself and getting the keys from the first user object. Is there a better way ?

You can get all metadata from https://graph.windows.net/"YourTenantId"/$metadata#directoryObjects/Microsoft.DirectoryServices.User

Look for the <EntityType Name="User" ... tag.

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