Additional note on release and upgrade guides about partial update on user attributes

Closes #28220

Signed-off-by: Pedro Igor <pigor.craveiro@gmail.com>
This commit is contained in:
Pedro Igor 2024-05-02 09:38:31 -03:00
parent 579197a254
commit d2c5fc86a9
4 changed files with 23 additions and 0 deletions

View file

@ -16,6 +16,9 @@ include::topics/templates/release-header.adoc[]
== {project_name_full} 25.0.0
include::topics/25_0_0.adoc[leveloffset=2]
== {project_name_full} 24.0.4
include::topics/24_0_4.adoc[leveloffset=2]
== {project_name_full} 24.0.1
include::topics/24_0_1.adoc[leveloffset=2]

View file

@ -0,0 +1,6 @@
= Partial update to user attributes when updating users through the Admin User API is no longer supported
When updating user attributes through the Admin User API, you cannot execute partial updates when updating the
user attributes, including the root attributes like `username`, `email`, `firstName`, and `lastName`.
For more details, see the link:{upgradingguide_link}[{upgradingguide_name}].

View file

@ -0,0 +1,10 @@
= Partial update to user attributes when updating users through the Admin User API is no longer supported
When updating user attributes through the Admin User API, you cannot execute partial updates when updating the
user attributes, including the root attributes like `username`, `email`, `firstName`, and `lastName`.
If you are updating user attributes through the Admin User API without passing all the attributes that the administrator
has write permissions, the missing attributes will be removed. On the other hand, if an attribute is marked as read-only for
administrators, not sending the attribute won't remove it.
See the link:{adminguide_link}#user-profile[User Profile Documentation] for the details about the user profile settings.

View file

@ -5,6 +5,10 @@
include::changes-25_0_0.adoc[leveloffset=3]
=== Migrating to 24.0.4
include::changes-24_0_4.adoc[leveloffset=3]
=== Migrating to 24.0.3
include::changes-24_0_3.adoc[leveloffset=3]