v1

latestOpenAPI 3.1.02026-07-24416405768.8 KB
z) Global Functionality

Change a customer's password

Sets a new password using a valid OTP from password-change-init. Security question answers and comparison documents may be required depending on tenant configuration. No JWT is needed.

post/eclipse-conductor/rest/v1/global/identities/{identity}/password-change

Path parameters

identitystring required

Request body

base64EncodedComparisonDocumentstring
comparisonDocumentType'ASYLUM_PAPERS' | 'FACIAL_PHOTO' | 'NATIONAL_IDENTITY' | 'PASSPORT'
currentPasswordstring

Required is hash(OTP) is not passed. This is the current password

extraInfostring
hashstring

Required if currentPassword is not passed. OTP required to prove the user is present and has identified themselves - e.g. by SMS OTP. Typically available via a call to initiate users password change

passwordstring

New password. Can be pre-hashed with BCRYPT

Response

OK