user-manager
The Addigy user-manager is a Go binary installed during the Addigy Agent install process. It is utilized for managing macOS Users via the Addigy web app. The user-manager
binary will leverage the native dscl
command-line utility and other built-in macOS tools.
user-manager Example Commands
Starts the Addigy user-manager: /Library/Addigy/user-manager
Revoke admin credentials: user-manager -update-group -username=johndoe -admin=false
Create User: /Library/Addigy/user-manager -create -username="${user}" -full-name="${name}" -password="${password}" -admin=${admin}