The July 2026 release of Administrator includes the following changed behavior.
Creating a user with the REST API
When you create a user with the version 3 users resource, you must include the identityType in the request when multi-factor authentication is enabled.
Previously, the identityType attribute wasn’t required.
Bitbucket configuration fields
The following field labels for Bitbucket authentication were changed on the Settings page:
•The User Name field is now named Bitbucket Email Address.
•The App Password field is now named Bitbucket API Token.
REST API project and folder DELETE requests
When you send a REST API request to delete a project, IDMC validates that the ID or name included in the request is a project ID or name. If the ID or name is for a folder or asset, you receive an error.
Similarily, when you send a REST API request to delete a folder, IDMC validates that the ID or name included in the request is a folder ID or name. If the ID or name is for a project or asset, you receive an error.
Previously, IDMC didn't validate that the ID or name in a request to delete a project or folder was the appropriate object type for the request.