London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
I will use graph API if need operations with AAD.
https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-graph-api
Thanks Khurram,
Yeah I ended up pulling all the users that need notified based on an AAD group, using the graph api and it works.
Hi,
I was wondering if any one could help point me in the right direction.
I am working upon an implementation of the Episerver Notifications where by when content in published it notifies all users in a certain group the content has changed.
The issue I have is we are using Azure Active Directory B2C for authentication and the users I need are in the 'tblScheduledUsers'. When I looked into using the ISynchronizingUserService to get all users in roles, it doesn't appear to have this method.
I was therefore wondering if anyone could suggest the correct interface to use / method?
Thanks
Paul