You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api-reference/beta/api/teams-list.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ Don't supply a request body for this method.
48
48
If successful, this method returns a `200 OK` response code and collection of [team](../resources/team.md) objects in the response body.
49
49
50
50
> [!NOTE]
51
-
> Currently, this API call returns all properties of a [team](../resources/team.md) object, but only the **id**, **displayName**, **description**, **visibility**, and **tenantId** properties are populated. All other properties are returned as `null`. To get all properties with values, use the [Get team](../api/team-get.md) operation.
51
+
> Currently, this API call returns all properties of a [team](../resources/team.md) object, but only populates the **id**, **displayName**, **description**, and **visibility** properties. All other properties are returned as `null`. To get all populated properties, use the [Get team](../api/team-get.md) operation.
Copy file name to clipboardExpand all lines: api-reference/v1.0/api/teams-list.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ Don't supply a request body for this method.
47
47
If successful, this method returns a `200 OK` response code and collection of [team](../resources/team.md) objects in the response body.
48
48
49
49
> [!NOTE]
50
-
> Currently, this API call returns all properties of a [team](../resources/team.md) object, but only the **id**, **displayName**, **description**, **visibility**, and **tenantId** properties are populated. All other properties are returned as `null`. To get all properties with values, use the [Get team](../api/team-get.md) operation.
50
+
> Currently, this API call returns all properties of a [team](../resources/team.md) object, but only populates the **id**, **displayName**, **description**, and **visibility** properties. All other properties are returned as `null`. To get all populated properties, use the [Get team](../api/team-get.md) operation.
0 commit comments