GET /api/v2/users-by-email
returns all users that share the same email address.
DELETE /api/v2/connections/{id}/users
is not compatible with non-unique email connections.
POST /dbconnections/change_password
does not work with Non-Unique Email connections because it requires a unique email address to find the user account. Users must use flows that leverage the primary identifier to reset their passwords.
POST /api/v2/connections
endpoint in the Management API to create a database connection that supports Non-Unique Emails.
When creating the connection:
options.attributes.email
object to allow multiple accounts with the same email address. Set identifier.active: false to ensure that the email cannot act as the primary identifier when it’s not unique.