License API

Changing Password

1min
This endpoint handles user password change.
POST
Request
Header Parameters
Date
required
String
eq. Thu, 17 Nov 2022 20:51:35 GMT
Authorization
required
String
See signing of the License API calls article.
Body Parameters
username
required
String
Attach the assigned license user email (eq. [email protected])
password
required
String
Attach the assigned license user password (eq. somepassword)
new_password
required
String
Implement a new value for the user password
Curl
Node.js
JS
Python
Ruby
Responses
200
400


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