Application Delivery Management
Application Modernization & Connectivity
CyberRes by OpenText
IT Operations Management
Below is an easy way to get a count of users from each post office. Please follow the directions after the command:
curl -sS -k --user admin:novell -X GET https://#serveraddress#:9710/gwadmin-service/domains/#domain#/postoffices/#postoffice#/users > /tmp/tmp.txt ; tr '"' '\n' < /tmp/tmp.txt | grep -c guid ; rm /tmp/tmp.txt