--- title: "v10.2 API Updates" slug: "v102-api-updates" updated: 2023-02-14T04:56:55Z published: 2023-02-14T04:56:55Z canonical: "docs.biztalk360.com/v102-api-updates" --- > ## Documentation Index > Fetch the complete documentation index at: https://docs.biztalk360.com/llms.txt > Use this file to discover all available pages before exploring further. # v10.2 API Updates ## New APIs introduced in v10.2 | Method | API | Description | | --- | --- | --- | | GET | BizTalkGroupService.svc GetAuditConfigurationData | Gets Audit Configuration options at the environment level | | POST | BizTalkGroupService.svc ManageAuditConfiguration | Update the Audit Configuration options at the environment level | ### Modified API's - | POST | MaintainUserAccessPolicy | Added `alarmList` and `canAccessAllAlarms` | canAccessAllAlarms - This property has been added to the MaintainUsbyerAccessPolicy API, It denotes whether the user can access all the alarms in the environment or not. alarmList - is also added to this API, to list out allowed alarms that can be accessed by the added Normal\NT group user. | | --- | --- | --- | --- | | POST | ManageCustomUserTemplate | Added `alarmList` and `canAccessAllAlarms` | canAccessAllAlarms - This property has been added to the MaintainUsbyerAccessPolicy API request, It denotes whether the user can access all the alarms in the environment or not. alarmList - is also added to this API request, to list out allowed alarms that can be accessed by the added Normal\NT group user. | | GET | GetUserList | Added `alarmList` and `canAccessAllAlarms` | canAccessAllAlarms - This property has been added to the GetUserList API response, It denotes whether the user can access all the alarms in the environment or not. alarmList - is also added to this API response, to list out allowed alarms that can be accessed by the added Normal\NT group user. | | GET | GetStoredUserAccessPolicies | Added `alarmList` and `canAccessAllAlarms` | canAccessAllAlarms - This property has been added to the GetStoredUserAccessPolicies API response denotes whether the user can access all the alarms in the environment or not. alarmList - is also added to this API response, to list out allowed alarms that can be accessed by the added Normal\NT group user. | | GET | GetStandbySQLInstanceAndBizTalkBackupJob | Renamed the existing API form GetConfiguredStandbySQLInstance to GetStandbySQLInstanceAndBizTalkBackupJob | Rename the API name as we are fetching the BizTalkBackupJob name in the same API call | | GET | GetStandbySQLInstanceAndBizTalkBackupJob | Added a property name BizTalkBackupJobName in response | BizTalkBackupJobName - Property is added in the response to get the Job name | | POST | UpdateStandbySQLInstanceAndBizTalkBackupJob | Renamed the existing API form UpdateConfiguredStandbySQLInstance to UpdateStandbySQLInstanceAndBizTalkBackupJob | Rename the API name as we are handling the BizTalkBackupJob name in the same API call, when the Job name is renamed we can update the customized Job name. | | POST | UpdateStandbySQLInstanceAndBizTalkBackupJob | Added a property name BizTalkBackupJob in the Request payload | BizTalkBackupJob - Property is added in the request payload to pass the updated or customized Job name. | Removed API's