question

kylemacleod-8073 avatar image
0 Votes"
kylemacleod-8073 asked HarmeetSinghMSFT-7172 answered

Newly created teams properties are null

I am created 3 new teams and I am the admin/owner of all the teams.
I am using this graph api - https://graph.microsoft.com/v1.0/me/joinedTeams API to get response.
It is returning null values for most of the properties.

microsoft-graph-teamworkmicrosoft-graph-general
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

HarmeetSinghMSFT-7172 avatar image
0 Votes"
HarmeetSinghMSFT-7172 answered

Hi @kylemacleod-8073

This is a Known Issue. The API call for me/joinedTeams returns only the id, displayName, and description properties of a team.
To get all properties, use the Get Team operation.

Hope this helps!

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

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.