Skip to content

Instantly share code, notes, and snippets.

@getkub
Created October 22, 2014 15:38
Show Gist options
  • Save getkub/05cb85e200434f79e104 to your computer and use it in GitHub Desktop.
Save getkub/05cb85e200434f79e104 to your computer and use it in GitHub Desktop.
Splunk Mass User Update
curl -k -u adminUser:adminUserPassword -X POST -d "name=${reqUser}&password=${reqPass}&roles=${reqRole}&realname=${reqName}&email=${reqEmail}" https://${IP_ADDR}:${mgmtPort}/services/authentication/users 2>/dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment