Administrator What's New > April 2026 > Changed behavior
  

Changed behavior

The April 2026 release of Administrator includes the following changed behavior.

REST API authentication type

The default authentication type for REST API calls is JSON Web Token (JWT).
Previously, the default authentication type was session ID.
Note: Change the authentication type to session ID before you send any API requests if any of the following conditions are true:
For more information, see the JWT Support Knowledge article.

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.