The April 2026 release of Administrator includes the following changed behavior.
Bitbucket source control repositories
Bitbucket has deprecated app passwords and replaced them with API tokens. Bitbucket will no longer accept app passwords for repository access starting June 9, 2026.
After you switch to the new authentication method in Bitbucket, update the following source control authentication fields on the IDMC user settings page:
•User name. For cloud-hosted repositories, enter the email address associated with the Bitbucket repository. Previously, you entered a Bitbucket user name.
For on-premises repositories, enter your Bitbucket username as usual.
•App password. For cloud-hosted and on-premises repositories, enter the Bitbucket API token. Previously, you entered the Bitbucket app password.
The field labels in the IDMC user interface will change accordingly in an upcoming release.
Note: When you create a Bitbucket API token for IDMC, be sure to select the following scopes:
•read:workspace:Bitbucket
•read:project:Bitbucket
•read:pullrequest:Bitbucket
•read:repository:Bitbucket
•read:user:Bitbucket
•write:pullrequest:Bitbucket
•write:repository:Bitbucket
For more information about Bitbucket API tokens, see the Bitbucket documentation.
Critical notifications
Administrators can't opt out of notifications from the Critical Notifications category. Critical notifications include updates for the organization and network, operational changes that impact service availability, and release information that requires user action.
Previously, administrators were encouraged to stay opted in to these notifications but had the ability to opt out.
Elastic runtime environments have the following changes:
•The environment variables in the config.txt file have been updated to improve cluster deployment.
•You need sudo access to install and uninstall the cluster on the master node. Previously, you could run commands to install and uninstall the cluster without sudo access.
•To install the cluster, you now run sudo ./cluster-installer.sh instead of ./create_cluster_nodes_ha.sh.
•You need to run the cluster installer in the foreground. Previously, you could run the cluster installer in the background if you didn’t configure proxy server settings.
•When you run the cluster installer, it prompts you for your IDMC user name, IDMC password, certificate path, and proxy password. Previously, it prompted you for only the proxy password if you configured proxy server settings.
For more information, see Runtime Environments.
IPU consumption alerts
You can now assign the metering.admin privilege to allow users to edit IPU consumption alerts.
Previously, only users with the Administrator role could edit the IPU consumption alerts.
REST API getting Secure Agent basic information
When using the /api/v2/agent API call to get agent details, the information returned no longer includes package and configuration details by default. To include this information, add the request parameter basicinfo=true to the API call.
For example, the following API call returns details for all Secure Agents in the organization, including package and configuration information:
/api/v2/agent?basicInfo=true
Resetting a user with SAML single sign-on
The Reset option on the Users page is no longer available if Intelligent Data Management Cloud is configured to use SAML single sign-on. For password assistance in this instance, contact your SAML administrator.
Organization settings
In Administrator, the following settings have been moved from the Organization page to the General tab of the Settings page:
•Authentication
•Data Integration Service
•Enterprise Data Catalog
For more information, see the Organization Administration guide.