What's New > Administrator > Changed behavior
  

Changed behavior

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.

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:
For more information, see the Organization Administration guide.

Bitbucket configuration fields

The following field labels for Bitbucket authentication were changed on the Settings page:

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.