Script to clear the Login Disable setting for a user for GroupWise 2014

 
1 Likes
Script to clear the Login Disable setting for a user.

Just change the pertinent data.

curl --k --user admin:pwd -H "Content-type:application/json" -X PUT
--data "{\"loginDisabled\":\"false\"}"
https://10.10.10.10:9710/gwadmin-service/domains/mydom/postoffice/mypo/users/myuser


This is a use at your own risk script. Please make sure that you have a complete, working backup of your GroupWise system before using.

Labels:

How To-Best Practice
Comment List
Related
Recommended