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 20, 2020Copper Contributor
Does anyone in here or from MS have any tip or answer for me?