Forum Discussion
naijacoder
May 19, 2020Copper Contributor
Why am i getting error when using an ajax call to retrieve my teams - using graph api
I'm trying to get my teams(The teams i have joined) via an ajax call. Sample below function getmyTeams() {
$.ajax({
method: 'GET',
//url: "https://graph.microsoft.com/v1.0...
naijacoder
May 21, 2020Copper Contributor
Got it working
arty0m
Jul 14, 2020Copper Contributor
Hi, How did you resolve it? Im stuck with these problem