Example #1
0
        // This story does not work with a personal account
        public static async Task <bool> TryGetDirectReportsAsync()
        {
            var users = await UserSnippets.GetDirectReportsAsync();

            return(users != null);
        }