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
Curl
Node.js
JS
Python
Ruby
Responses
200
400


Schema

Request Body

TypeScript
JSON


Response Body

TypeScript
JSON


Errors

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:

TypeScript


List of exceptions

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 }.