Creating team using graph API return empty responce

Aman ullah 1 Reputation point
2022-05-18T12:22:05.617+00:00

Hi,
I am creating a team using graph API. The team is created successfully but API returns an empty response.
203148-capture.png

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,675 questions
Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,427 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Sheena-MSFT 1,731 Reputation points
    2022-05-18T12:50:16.093+00:00

    Hi @Aman ullah ,

    According to this documentation, this API returns 202 accepted response that contains a link to the teamsAsyncOperation.

    You can find these information in the response header.
    203242-team.png

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have further questions about this answer, please click "Comment".

    0 comments No comments