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_slug
centralized_user_id
Headers
Secret-Access
Request
This endpoint expects an object.
password
confirm_password
force_change_password
If true, the user will be required to change their password on their next login.
Response
Successful Response
message
Errors
400
Bad Request Error
404
Not Found Error
422
Unprocessable Entity Error
