Change User Password

Change a user's password in Tenable Vulnerability Management.

Input

Field Definition Type Required
User
ID or UUID

The unique identifier of the user.

Both UUID and ID are accepted.
  • Example UUID input: a1ac5e57-d3cf-4396-a825-38538bc52d26

  • Example ID input: 2192886

Text TRUE
Password

The password for the user. Passwords must be at least 12 characters long and contain at least one uppercase letter, one lowercase letter, one number, and one special character.

Text TRUE
Force Password Change

Indicates whether the user is required to change the password (true) or not (false). Defaults to false if this input isn't specified.

True/False FALSE

Output

Field Definition Type
Response
Status Code

Result of the operation. The connector returns an HTTP status code that indicates whether the action taken by the card succeeded or failed. For example:

A 403 Forbidden error indicates that the HTTP request wasn't processed because the necessary permissions were missing.

For a full list of possible status codes, see HTTP status codes.

Number