License API
Change Password
5min
Changes a license user's password
POST
Request
Header Parameters
Date
String
required
In RFC7231 format (see "License API Authorization"), eg.: Thu, 17 Nov 2022 20:51:35 GMT
Authorization
String
required
See "License API Authorization" article
Body Parameters
username
String
required
password
String
required
new_password
String
required
If an error occurs, the response will have an HTTP status code of 400 or higher, and the response body will contain an error description in the following format:
change_password_not_allowed (400): Change password not allowed for the company
missing_headers (400): Some headers are missing
missing_parameters (400): Some parameters are missing in the request: { params }.
Updated 24 Jan 2025



Did this page help you?