Hello guys,
I want to update my password using the API, but it doesn’t work.
The following is the message I sent. It seems that homePageId and userName are required.
"homePageId=icondashboard.view&userName=Beatles&newPassword=SGVsbG9Xb3JsZA%3D%3D&retypeNewPassword=SGVsbG9Xb3JsZA%3D%3D”
Failed to edit user: {“error”:422,“message”:“The library quota must be an integer.”,“property”:“libraryQuota”,“help”:null}
An error occurred, and it seems that libraryQuota must also be specified, so I changed the data as follows and sent it.
“homePageId=icondashboard.view&userName=Beatles&libraryQuota=4096&newPassword=SGVsbG9Xb3JsZA%3D%3D&retypeNewPassword=SGVsbG9Xb3JsZA%3D%3D"
The result is a 500 error.
Failed to edit user: {“success”:false,“error”:500,“message”:“An unexpected error occurred. Please contact support.”}
What data should I use to call the API?
API user is super admin user.
CMS-Version 4.2.3