Change User Password

Set a new password for the user. When force_change_password is true, the user is required to change it again on their next login.

Authentication

Api-Keystring

API key of the organization. Always sent together with the Secret-Access header.

Path parameters

organization_slugstringRequired
centralized_user_idintegerRequired

Headers

Secret-AccessstringRequired

Request

This endpoint expects an object.
passwordstringRequired>=6 characters
confirm_passwordstringRequired>=6 characters
force_change_passwordbooleanOptionalDefaults to false
If true, the user will be required to change their password on their next login.

Response

Successful Response
messagestring

Errors

400
Bad Request Error
404
Not Found Error
422
Unprocessable Entity Error