We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the 24.0.5 upgrade doc it is said:
Partial update to user attributes when updating users through the Admin User API is no longer supported
The code for enable_user & disable_user calls update_user with a partial payload:
enable_user
disable_user
update_user
payload
python-keycloak/src/keycloak/keycloak_admin.py
Lines 660 to 680 in 0184e03
=> it seems it would lose other user attribtes.
I have not tested though.
here they recommend to get full user, and patch object, and send back the full object
The text was updated successfully, but these errors were encountered:
I could not reproduce the issue.. is the upgrade doc correct?
Sorry, something went wrong.
No branches or pull requests
In the 24.0.5 upgrade doc it is said:
The code for
enable_user
&disable_user
callsupdate_user
with a partialpayload
:python-keycloak/src/keycloak/keycloak_admin.py
Lines 660 to 680 in 0184e03
=> it seems it would lose other user attribtes.
I have not tested though.
here they recommend to get full user, and patch object, and send back the full object
The text was updated successfully, but these errors were encountered: