-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
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
Unable to set value for custom attribute that was previously empty/null with update_user #201
Comments
@warrenySC Thank you for the report. One of our Python engineers will investigate. (internal ref: OKTA-393273) |
@warrenySC Thanks for providing a lot of details. As a temporary workaround you can try: new_profile.custom_attr = 'Foo'
new_profile.custom_attributes.append("custom_attr") Let me know if it works for you. Meanwhile, I'll investigate this issue. |
@serhiibuniak-okta I can confirm that the workaround is working for me. Thanks! |
@warrenySC SDK v1.7.0 has been released. Now you can use custom attributes as usual. I'm closing this issue as resolved. Feel free to reopen this issue or create a new one if your problem still exists. |
I am seeing this behavior when following the code sample from https://github.com/okta/okta-sdk-python#update-a-user
Repro steps:
The text was updated successfully, but these errors were encountered: