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.
Enhancements
Security of the local login has been greatly improved.
Deprecations
GET api/Users
Replaced by thePOST api/Users/search
GET api/Roles
Replaced by thePOST api/Roles/search
PUT api/Roles/{roleName}/Users
Use insteadPOST api/Users/{userId}/Roles
PUT api/Users/{id}/password
Will be replaced by the forgot password flow.