You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, you should be able to list the directory roles using the alternate key as below. You can then use the expand query parameter to get the members.
The alternative here would be to use the withUrl method on the members reqest builder as the first option would not support paging but return the result as a propert of the DirectoryRole response
Based on the Directory role - List members article, there is a possibility to query directory role members using
roleTemplateId
:However, Graph SDK only allows querying directory role members using the role id, not role template id:
I suggest adding a feature to the SDK to allow getting the directory role members using the role template id.
The text was updated successfully, but these errors were encountered: