Note
From Artifactory release 7.49.3, this API is being replaced by the new SECURITY APIs available in the JFrog Platform.
Description: Updates an existing group in Artifactory with the provided group details.
Since: 2.4.0
Notes: Requires Artifactory Pro
- To support spaces in the User or Group or Permission names, a Plus symbol ('+
') is automatically placed when there is a space. This is set by default as the artifactory.
security.api.plus.insteadof.space property
is set to true
. If you want to use the + (plus) symbol, set the artifactory.
security.api.plus.insteadof.space
to false
.
- From Artifactory 7.15.3, you can enforce using lower case characters in user names when associating users to groups by setting thevalidate.lowercase.username.on.group
totrue
. The default is set to false
. When set to true, an error will be generated if an upper case character is used in a user name.
Security: Requires an admin user
Usage: POST /api/security/groups/{groupName}
Consumes: application/json (application/vnd.org.jfrog.artifactory.security.Group+json)
Sample Usage:
POST /api/security/groups/dev-leads { group.json }