What does the Teams fields represent inside the User API?

Hi,

Inside (POST) /api/v2/users/search we have the return of the object:

team (Team) The team the user is a member of:

id (string) The globally unique identifier for the object.
name (string required) The team name.
description (string) Team information.
dateModified (string) Last modified datetime. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z.
memberCount (integer) Number of members in a team.
selfUri (string) The URI for this object.

What are those fields representing in the UI ? Are they related to something regarding the MS Teams Integration ?

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.