Change Password

Changes a license user's password.

Endpoint

  • Method: POST

  • Path: /api/v4/change_password

  • Description: Changes a license user's password.

Authentication

See License API Authorization.

Required headers

  • Date (string) — RFC7231 GMT date string

  • Authorization (string)

  • Accept: application/json

  • Content-Type: application/json

Request

Body parameters

  • username (string) — required

  • password (string) — required

  • new_password (string) — required

Examples

Schema

chevron-rightRequest + response schema (TypeScript + JSON Schema)hashtag

Request Body

JSON Schema

Response Body

JSON Schema

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:

JSON Schema

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 }

Last updated

Was this helpful?