I need to figure out how to reset a user password with the Python SDK. I see in the documentation where I can change the attributes of a user but not he password.
Any help is much appreciated!
You mean this REST call : http://docs.splunk.com/Documentation/Splunk/7.0.0/RESTREF/RESTaccess#storage.2Fpasswords ?
Python SDK : https://github.com/splunk/splunk-sdk-python/blob/master/splunklib/client.py#L1790