License API
Change Password
5min
Changes a license user's password
POST
Request
Header Parameters
Date
required
String
In RFC7231 format (see "License API Authorization"), eg.: Thu, 17 Nov 2022 20:51:35 GMT
Authorization
required
String
See "License API Authorization" article
Body Parameters
username
required
String
password
required
String
new_password
required
String



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 17 Jan 2025
Did this page help you?