ChangePassword
Call description
This request changes the password of the current user. The new password must have a minimum of 10 characters and maximum of 50. You can change the password only once every 24 hours.
•This API call requires authorization; the user has to be logged in.
•Request URL: https://mspapi.eset.com/api/User/ChangePassword
•This request is a POST call type.
Call structure
{
"newPassword": "string"
}
Call parameters
Parameter |
Description |
---|---|
newPassword |
The new password for the current user, use a string of at least 10 characters. Mandatory input parameter. A proper value must be set. |
Response structure
The response contains data in the JSON format.
After you change the password successfully, you get an empty response.
Troubleshooting
ESET MSP Administrator 2 API uses standardized error codes. If you are getting errors or unexpected responses, see the Troubleshooting API for common problems and the list of error codes.