Change a User Password

JFrog REST APIs

Products
JFrog Xray
Content Type
REST API
ft:sourceType
Paligo

Description: Change a user password.

Since: 7.49.3

Authorization: Requires admin permissions or user is the same as {username}, requires authentication using Access Tokens

Usage: PUT /access/api/v2/users/{username}/password

Content-Type: application/json

Request:

{
  "password": "string"
}

ResponseCodes:

  • 204: Successful

  • 400: Failed - Any failed update should result in 400 with a message; also ‘if user set with internal_password_disabled=true`