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 user in Artifactory with the provided user details.
Since: 2.4.0
Notes: Requires Artifactory Pro
- Missing values will be set to the default values as defined by the consumed type
- 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
.
Security: Requires an admin user
Usage: POST /api/security/users/{userName}
Consumes: application/json (application/vnd.org.jfrog.artifactory.security.User+json)
Sample Usage:
POST /api/security/users/davids { user.json }