Skip to content

User Management 24.1

Version 24.1
Release Date 04 February 2025

Changes

New features

Please go to the documentation to get introduced to the new features.

Local login

Email template

User metadata

Enhancements

Security of the local login has been greatly improved.

Deprecations

  • GET api/Users Replaced by the POST api/Users/search
  • GET api/Roles Replaced by the POST api/Roles/search
  • PUT api/Roles/{roleName}/Users Use instead POST api/Users/{userId}/Roles
  • PUT api/Users/{id}/password Will be replaced by the forgot password flow.