Add users to an existing group in Artifactory.

Synopsis

jf rt group-add-users <group-name> <users-list> [options]

Aliases: rt gau

Arguments

ArgumentRequiredDescription
<group-name>YesThe name of the group
<users-list>YesComma-separated list of usernames: user1,user2,...

Options

FlagDefaultDescription
--access-tokenJFrog access token
--passwordJFrog password (for authentication)
--server-idServer ID configured using the jf config command
--ssh-key-pathSSH key file path
--ssh-passphraseSSH key passphrase
--urlJFrog Artifactory URL (example: https://acme.jfrog.io/artifactory)
--userJFrog username

Examples

Add Users to a Group

jf rt group-add-users --help

Add Multiple Users

jf rt group-add-users developers alice,bob,charlie

Important Notes

  • Requires admin privileges on the Artifactory instance.
  • Users must already exist in Artifactory. If a user does not exist, the command may silently skip that user or return an error (depending on Artifactory version).
  • Adding users to a group does not change their existing group memberships — it only adds them to the specified group.
  • Users inherit all permissions assigned to the group's permission targets immediately.


What’s Next

Next, assign permissions to the group.