Skip to content

Commit b62bcea

Browse files
Merge pull request #28010 from microsoftgraph/main
Auto Publish – main to live - 2026-01-03 00:30 UTC
2 parents a02822a + 4893b4d commit b62bcea

2 files changed

Lines changed: 3 additions & 10 deletions

File tree

api-reference/beta/api/teams-list.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Don't supply a request body for this method.
4848
If successful, this method returns a `200 OK` response code and collection of [team](../resources/team.md) objects in the response body.
4949

5050
> [!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.
5252
5353
## Examples
5454

@@ -126,7 +126,6 @@ Content-type: application/json
126126
"visibility": "public",
127127
"webUrl": null,
128128
"isArchived": null,
129-
"tenantId": "b3246f44-b4gb-4627-96c6-25b18fa2c910",
130129
"isMembershipLimitedToOwners": null,
131130
"memberSettings": null,
132131
"guestSettings": null,
@@ -147,7 +146,6 @@ Content-type: application/json
147146
"visibility": "private",
148147
"webUrl": null,
149148
"isArchived": null,
150-
"tenantId": "b3246f44-b4gb-4627-96c6-25b18fa2c910",
151149
"isMembershipLimitedToOwners": null,
152150
"memberSettings": null,
153151
"guestSettings": null,
@@ -237,7 +235,6 @@ Content-type: application/json
237235
"visibility": "public",
238236
"webUrl": null,
239237
"isArchived": null,
240-
"tenantId": "b3246f44-b4gb-4627-96c6-25b18fa2c910",
241238
"isMembershipLimitedToOwners": null,
242239
"memberSettings": null,
243240
"guestSettings": null,
@@ -258,7 +255,6 @@ Content-type: application/json
258255
"visibility": "private",
259256
"webUrl": null,
260257
"isArchived": null,
261-
"tenantId": "b3246f44-b4gb-4627-96c6-25b18fa2c910",
262258
"isMembershipLimitedToOwners": null,
263259
"memberSettings": null,
264260
"guestSettings": null,
@@ -347,3 +343,4 @@ Content-type: application/json
347343

348344
- [Get team](../api/team-get.md)
349345
- [Microsoft Graph service-specific throttling limits](/graph/throttling-limits#microsoft-teams-service-limits)
346+

api-reference/v1.0/api/teams-list.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Don't supply a request body for this method.
4747
If successful, this method returns a `200 OK` response code and collection of [team](../resources/team.md) objects in the response body.
4848

4949
> [!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.
5151
5252
## Examples
5353

@@ -123,7 +123,6 @@ Content-type: application/json
123123
"visibility": "public",
124124
"webUrl": null,
125125
"isArchived": null,
126-
"tenantId": "b3246f44-b4gb-4627-96c6-25b18fa2c910",
127126
"isMembershipLimitedToOwners": null,
128127
"memberSettings": null,
129128
"guestSettings": null,
@@ -144,7 +143,6 @@ Content-type: application/json
144143
"visibility": "private",
145144
"webUrl": null,
146145
"isArchived": null,
147-
"tenantId": "b3246f44-b4gb-4627-96c6-25b18fa2c910",
148146
"isMembershipLimitedToOwners": null,
149147
"memberSettings": null,
150148
"guestSettings": null,
@@ -233,7 +231,6 @@ Content-type: application/json
233231
"visibility": "public",
234232
"webUrl": null,
235233
"isArchived": null,
236-
"tenantId": "b3246f44-b4gb-4627-96c6-25b18fa2c910",
237234
"isMembershipLimitedToOwners": null,
238235
"memberSettings": null,
239236
"guestSettings": null,
@@ -254,7 +251,6 @@ Content-type: application/json
254251
"visibility": "private",
255252
"webUrl": null,
256253
"isArchived": null,
257-
"tenantId": "b3246f44-b4gb-4627-96c6-25b18fa2c910",
258254
"isMembershipLimitedToOwners": null,
259255
"memberSettings": null,
260256
"guestSettings": null,

0 commit comments

Comments
 (0)