Skip to content

Commit dac1820

Browse files
Merge pull request #27 from AvePoint/feb2026-0207-releasebranch
[DEVOPS-392] feb 2026 release
2 parents 4198d37 + 602ef9f commit dac1820

6 files changed

Lines changed: 21 additions & 12 deletions

File tree

docs/docs/change-log.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
This document provides a detailed log of changes, updates, and enhancements made to the AvePoint Graph API. It includes information on newly introduced features, improvements to existing functionalities, and any fixes applied. Stay up-to-date with the latest modifications to ensure optimal integration and utilization of the API.
44

5+
## February 2026
6+
7+
### Added
8+
9+
- **Confide**
10+
- Added the `canGenerateAccessCodeLinkInShareCenter` privileged user property to the request of the `/admin/shareSetting/import-users` endpoint.
11+
12+
513
## December 2025
614

715
### Added

docs/docs/services-and-features/confide/ImportConfideSharingUser.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ The API supports the following query parameters to define the users to be import
3434
| email | string | Yes | The email address of the user. |
3535
| isShareCoordinator | boolean | No | Can manage and share objects in the share center. |
3636
| canConfigureScan | boolean | No | Can skip anti-virus scan for files greater than 2 GB. |
37+
| canGenerateAccessCodeLinkInShareCenter | boolean | No | Can generate secure access links in the share center. |
3738
| canShareLink | boolean | No | Can generate anonymous download links in a project. |
3839
| canGenerateUploadLink | boolean | No | Can generate anonymous upload links in a project. |
3940
| canGenerateDownloadLinkInShareCenter | boolean | No | Can generate anonymous download links in the share center. |

docs/docs/services-and-features/elements/data-protection/customers-protected.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ If the request has been successfully processed, a 200 OK response will be return
4141
| serviceModule | The module of the customer’s Cloud Backup for Microsoft 365 service. | string |
4242
| totalScannedObjects | The number of the scanned objects. | integer |
4343
| totalProtectedObjects | The number of the backed-up objects. | integer |
44-
| dataSizeStoredInAvePoint | The size of the backed-up objects stored in the AvePoint storage. | string |
45-
| dataSizeStoredInBYOS | The size of the backed-up objects stored in BYOS. | string |
44+
| dataSizeStoredInAvePoint | The backup data size of objects in the last job (using AvePoint storage). | string |
45+
| dataSizeStoredInBYOS | The backup data size of objects in the last job (using AvePoint storage). | string |
4646

4747
## Request Sample
4848

@@ -67,8 +67,8 @@ If the request has been successfully processed, a 200 OK response will be return
6767
"serviceModule": "Exchange Online", // The module of the customer’s Cloud Backup for Microsoft 365 service
6868
"totalScannedObjects": 0, // The number of the scanned objects
6969
"totalProtectedObjects": 0, // The number of the backed-up objects
70-
"dataSizeStoredInAvePoint": "0 GB", // The size of the backed-up objects stored in the AvePoint storage
71-
"dataSizeStoredInBYOS": "N/A" // The size of the backed-up objects stored in BYOS
70+
"dataSizeStoredInAvePoint": "0 GB", // The backup data size of objects in the last job (using AvePoint storage)
71+
"dataSizeStoredInBYOS": "N/A" // The backup data size of objects in the last job (using BYOS); N/A represents not applicable here
7272
},
7373
{
7474
"customerId": "caf94a75-2cc6-43aa-b04b-794cb9af5ea3",

docs/docs/services-and-features/enpower/enpower.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ Currently, details of Power Pages sites can be retrieved via the following API M
6868

6969
| API Method | Endpoint | Documentation |
7070
|--- | --- | --- |
71-
| GET | `/smp/powerplatform/powerpages` | [Site Details](../enpower/powerpages/pagedetails.md) |
72-
| GET | `/smp/powerplatform/powerpages/{powerPageId}/activities` | [Site Activities](../enpower/powerpages/pageactivities.md) |
71+
| GET | `/smp/powerplatform/powerpages` | [Site Details](../enpower/pages/details.md) |
72+
| GET | `/smp/powerplatform/powerpages/{powerPageId}/activities` | [Site Activities](../enpower/pages/activities.md) |
7373

7474

7575
## API Methods for Exchange Data Retrieval

docs/docs/services-and-features/insights/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ Endpoint | API Method | Description |
1616
| `/insights/activities/object/{path}/export`| [Export Activities for a Specific Object](objects/objectActivities.md)| Exports activities performed on a specific object.|
1717
| `/insights/users/{email}/activities/export`| [Export User Activities](users/userActivitiesExport.md) | Exports activity data for a specific user. |
1818
|`/insights/users/{email}/access/export`| [Export User Permissions](users/userPermissionsExport.md) |Exports user access report.|
19-
| `/insights/groups/{groupId}/access/export`| [Export Group Access Permissions](groups/groupAccesReport.md) | Exports group access report. |
19+
| `/insights/groups/{groupId}/access/export`| [Export Group Access Permissions](groups/groupAccessReport.md) | Exports group access report. |
2020
| `/insights/sites/permission/export` | [Export Site Permissions](sites/sitePermissionsExport.md) | Exports site permissions. |
2121
| `/insights/sharingLinks/export` | [Export Permission-Related Information for Sharing Links](sharingLinks/linkExport.md) | Exports permission related information for sharing links. |
2222
| `/insights/google/activities/object/{id}/export`| [Export Activities for a Specific Google Object](objects/googleObjectActivities.md)| Exports activities performed on a specific Google object.|
2323
| `/insights/google/users/{email}/activities/export`| [Export Google User Activities](users/googleUserActivitiesExport.md) | Exports activity data for a specific Google user. |
2424
|`/insights/google/users/{email}/access/export`| [Export Google User Permissions](users/googleUserPermissionsExport.md) |Exports Google user access report.|
25-
| `/insights/google/groups/{groupId}/access/export`| [Export Google Group Access Permissions](groups/googleGroupAccesReport.md) | Exports Google group access report. |
25+
| `/insights/google/groups/{groupId}/access/export`| [Export Google Group Access Permissions](groups/googleGroupAccessReport.md) | Exports Google group access report. |
2626
| `/insights/google/drives/permission/export` | [Export Drive Permissions](drives/drivePermissionsExport.md) | Exports Google drive permissions. |
2727
| `/insights/google/sharingLinks/export` | [Export Permission-Related Information for Google Sharing Links](sharingLinks/googleLinkExport.md) | Exports permission related information for Google sharing links. |
2828

docs/elements/general/job/get-customer-cloud-backup-m365-overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ If the request has been successfully processed, a 200 OK response will be return
4040
| serviceModule | The module of the customer’s Cloud Backup for Microsoft 365 service. | string |
4141
| totalScannedObjects | The number of scanned objects of the module. | integer |
4242
| totalProtectedObjects | The number of backed-up objects of the module. | integer |
43-
| dataSizeStoredInAvePoint | The size of the backed-up objects stored in the AvePoint storage. | string |
44-
| dataSizeStoredInBYOS | The size of the backed-up objects stored in BYOS. | string |
43+
| dataSizeStoredInAvePoint | The backup data size of objects in the last job (using AvePoint storage). | string |
44+
| dataSizeStoredInBYOS | The backup data size of objects in the last job (using BYOS). | string |
4545

4646
## Request Sample
4747
To use this API, send a GET request to the specified endpoint, including necessary parameters as defined in the references.
@@ -62,8 +62,8 @@ For more details on the HTTP status code, refer to [Http Status Code](../../../e
6262
"serviceModule": "Exchange Online", // The module of Cloud Backup for Microsoft 365
6363
"totalScannedObjects": 25, // The number of scanned objects of the module
6464
"totalProtectedObjects": 25, // The number of backed-up objects of the module
65-
"dataSizeStoredInAvePoint": "0 GB", // The size of the backed-up objects stored in AvePoint storage
66-
"dataSizeStoredInBYOS": "N/A" // The size of the backed-up objects stored in BYOS: N/A represents not applicable here
65+
"dataSizeStoredInAvePoint": "0 GB", // The backup data size of objects in the last job (using AvePoint storage)
66+
"dataSizeStoredInBYOS": "N/A" // The backup data size of objects in the last job (using BYOS): N/A represents not applicable here
6767
},
6868
{
6969
"customerId": "f1626c49-****-****-****-97db****fc15",

0 commit comments

Comments
 (0)