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.
Example response
{
"apiversion": 3,
"func": "set_password",
"module": "Team",
"result": {
"metadata": {
"transformed": 1
},
"status": 1
}
}