简体   繁体   中英

How to find user in Azure AD B2C with regex using Graph Api?

Is it possible to find users in Azure AD using a regex with microsoft Graph api. Like I want to fetch all the users with email address like 'test[0-9]*@somedomain.com'.

Can we do that?

Thanks!

At present, the Microsoft API supports the OData Query Parameters to help customize the responses.

Is it possible to find users in Azure AD using a regex with microsoft Graph api.

No, it doesn't have this feature currently. You may submit the feedback to azure team.

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