Tagged Questions
1
vote
1answer
316 views
Why I get “Attempted to perform an unauthorized operation” while looping groups users
Could anyone explain me why when I trying to loop user of a group
foreach (var u in group.Users){....},
I get the error :
Attempted to perform an unauthorized operation.
I notice that inside ...