Is it possible to set user attributes using API method
sdk.set_user_attribute_user_value(user_id=10, user_attribute_id=1, body=models.WriteUserAttributeWithValue(value='value'))?
I have multiple realms and I want to do some actions in a loop changing some user attribute (realm in my case) but have this error:
looker_sdk.error.SDKError: {"message":"Setting system-level user attributes is not permitted.","documentation_url":"http://docs.looker.com/"}
Thanks!
Best answer by Lan
View original