jf rt group-add-users
Add users to an existing group in Artifactory.
Synopsis
jf rt group-add-users <group-name> <users-list> [options]
Aliases: rt gau
Arguments
| Argument | Required | Description |
|---|---|---|
<group-name> | Yes | The name of the group |
<users-list> | Yes | Comma-separated list of usernames: user1,user2,... |
Options
| Flag | Default | Description |
|---|---|---|
--access-token | — | JFrog access token |
--password | — | JFrog password (for authentication) |
--server-id | — | Server ID configured using the jf config command |
--ssh-key-path | — | SSH key file path |
--ssh-passphrase | — | SSH key passphrase |
--url | — | JFrog Artifactory URL (example: https://acme.jfrog.io/artifactory) |
--user | — | JFrog username |
Examples
Add Users to a Group
jf rt group-add-users --helpAdd Multiple Users
jf rt group-add-users developers alice,bob,charlieImportant 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.
Updated about 1 month ago
