Internet Explorer is no longer supported. Many things will still work, but your experience will be degraded and some things won't function. Please use a modern browser such as Edge, Chrome, or Firefox.

Add Group Member

view on GitHub

Add Group Member is available as a pgutil command, and will assign an existing User to an existing Group.

Command Specification (CLI)

The security groups members add command is used to add an existing User to an existing Group.

The --member and --name options are always required.

Adding a user to a group requires the user name (e.g. "John Smith") and group name (e.g. Developers):

pgutil security groups members add --member="John Smith" --name=Developers