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/resources/sharepointgroup.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,7 @@ Represents a cohort of users or Microsoft 365 groups that are localized to a Sha
33
33
|:---|:---|:---|
34
34
|description|String|The user-visible description of the **sharePointGroup**. Read-write.|
35
35
|id|String|The unique stable identifier of the **sharePointGroup**. This ID is unique only within the context of a single SharePoint Embedded container or SharePoint site. Read-only.|
36
+
|principalId|String|The principal ID of the SharePoint group in the tenant. Read-only.|
36
37
|title|String|The user-visible title of the **sharePointGroup**. Read-write.|
37
38
38
39
## Relationships
@@ -54,6 +55,7 @@ The following JSON representation shows the resource type.
Copy file name to clipboardExpand all lines: changelog/Microsoft.FileServices.json
+53-1Lines changed: 53 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,57 @@
1
1
{
2
2
"changelog": [
3
+
{
4
+
"ChangeList": [
5
+
{
6
+
"Id": "e010d96a-7a4e-4b7c-aa22-05bd067da980",
7
+
"ApiChange": "Property",
8
+
"ChangedApiName": "itemCount",
9
+
"ChangeType": "Addition",
10
+
"Description": "Added the **itemCount** property to the [list](https://learn.microsoft.com/en-us/graph/api/resources/list?view=graph-rest-beta) resource.",
"Description": "Added the **principalId** property to the [sharePointGroup](https://learn.microsoft.com/en-us/graph/api/resources/sharePointGroup?view=graph-rest-beta) resource.",
29
+
"Target": "sharePointGroup"
30
+
},
31
+
{
32
+
"Id": "555e6775-6e2e-4c2e-9077-45141b8bf490",
33
+
"ApiChange": "Resource",
34
+
"ChangedApiName": "sharePointGroupIdentity",
35
+
"ChangeType": "Addition",
36
+
"Description": "Added the [sharePointGroupIdentity](https://learn.microsoft.com/en-us/graph/api/resources/sharePointGroupIdentity?view=graph-rest-beta) resource type.",
37
+
"Target": "sharePointGroupIdentity"
38
+
},
39
+
{
40
+
"Id": "555e6775-6e2e-4c2e-9077-45141b8bf490",
41
+
"ApiChange": "Property",
42
+
"ChangedApiName": "sharePointGroup",
43
+
"ChangeType": "Addition",
44
+
"Description": "Added the **sharePointGroup** property to the [sharePointIdentitySet](https://learn.microsoft.com/en-us/graph/api/resources/sharePointIdentitySet?view=graph-rest-beta) resource.",
Copy file name to clipboardExpand all lines: concepts/whats-new-overview.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,6 +132,9 @@ Use the [follow user](/graph/api/storyline-follow?view=graph-rest-beta&preserve-
132
132
- Use the [list](/graph/api/filestoragecontainertype-list-permissions?view=graph-rest-beta&preserve-view=true), [create](/graph/api/filestoragecontainertype-post-permissions?view=graph-rest-beta&preserve-view=true), [get](/graph/api/filestoragecontainertype-get-permission?view=graph-rest-beta&preserve-view=true), and [delete](/graph/api/filestoragecontainertype-delete-permissions?view=graph-rest-beta&preserve-view=true) APIs to manage user permissions for SharePoint Embedded [file storage container types](/graph/api/resources/filestoragecontainertype?view=graph-rest-beta&preserve-view=true).
133
133
-[Archive](/graph/api/filestoragecontainer-archive?view=graph-rest-beta&preserve-view=true) or [unarchive](/graph/api/filestoragecontainer-unarchive?view=graph-rest-beta&preserve-view=true) a SharePoint Embedded storage container.
134
134
- Requests made using the [list containers](/graph/api/filestorage-list-containers?view=graph-rest-beta&preserve-view=true) API without a user context (app-only authentication) aren't currently supported for multi-geo tenants.
135
+
- Use the **itemCount** property on the [list](/graph/api/resources/list?view=graph-rest-beta&preserve-view=true) resource to quickly access the total number of items in a SharePoint list without retrieving all items or making additional queries.
136
+
- Use the **principalId** property on [sharePointGroup](/graph/api/resources/sharepointgroup?view=graph-rest-beta&preserve-view=true) to get the principal ID of the SharePoint group in the tenant.
137
+
- Use the **sharePointGroup** property on [sharePointIdentitySet](/graph/api/resources/sharepointidentityset?view=graph-rest-beta&preserve-view=true) to get the SharePoint group associated with a **sharePointIdentitySet** object.
0 commit comments