v1

latestOpenAPI 3.0.2cPanel License2026-08-06657427.1 MB
Team Users

Set password for a team user

This function replaces the current password with a new one.

get/Team/set_password

Query parameters

passwordstring required
Example:securepassword

The password to set for the team user.

userstring required
Example:teamuser

The username of the team user.

Response

HTTP Request was successful.

apiversioninteger

The version of the API.

funcstring

The name of the method called.

modulestring

The name of the module called.

Example response

{
  "apiversion": 3,
  "func": "set_password",
  "module": "Team",
  "result": {
    "metadata": {
      "transformed": 1
    },
    "status": 1
  }
}