We have deprecated the invalidation of user sessions when performing database connection user update (PATCH - /api/v2/users/{id}) requests where:
email or email_verified attributes are set to an unchanged value;email_verified attribute is set to a true value.These changes allow for consistent behavior between setting an email as verified through the Management API and the built-in email verification flows provided by the service. In addition, it improves the overall end-user experience by avoiding session invalidation in situations that do not require it, such as setting either the email or email_verified attributes to unchanged values.
The dashboard will be updated with a migration toggle to opt out of the deprecated behavior ahead of its future end-of-life; we have provided additional information and timelines for enforcing this change through a dashboard and support center notification.
Fetched April 11, 2026
v4.8.1 — Custom Domain Hook Added support for a new Custom Domain Hook in the Delegated Administration Extension. This hook allows you to
The field, within the connection object, is deprecated in the following scenarios: Retrieving multiple connections using (GET - ). [Retriev…