forked from keycloak/keycloak
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Additional note on release and upgrade guides about partial update on…
… user attributes Closes keycloak#28220 Signed-off-by: Pedro Igor <[email protected]>
- Loading branch information
Showing
4 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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}]. |
10 changes: 10 additions & 0 deletions
10
docs/documentation/upgrading/topics/changes/changes-24_0_4.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters