i am trying to update main user password with "
users = Users(client)
result = users.update_password(
user_id = 'myuserid',
password = ''newupdatedpassword'
)
", at it gets updated, but when i try to login with the updated password it console says wrong credentials? i am using master API key which has all the access
TL;DR
Developers trying to update the main user password but facing login issues afterwards. Make sure that the password is successfully updated and check for any typos. If the issue persists, verify the permissions of the master API key used for access.