Send a one-time passcode to a given customer for resetting their password

In order to gain access you will need a user with one of the following scope institution-users:write. A user with this scope may trigger the sending of aone-time passcode to a customer for resetting their password.

ENDPOINTS

put

/v1/customers/{customerId}:reset-password

Header parameters

Collapse

Expand

correlationId

string

required

UUID that uniquely identifies the request. This id allows the request to be traced through the entire request and response flow.

Authorization

string

required

Standard OAuth 2.0 access token. A string composed of 'Bearer' + '(space)' + '{token}'

Body parameters

Collapse

Expand

No items found.

{"contactMethodId":"123310058","protocol":"SMS"}

Query parameters

Collapse

Expand

No items found.

Path parameters

Collapse

Expand

customerId

string

required

Unique identifier of financial institution customer

Response Body

null

Response Body

{"status":0,"message":"string","code":"string"}

Response Body

{"status":0,"message":"string","code":"string"}

Response Body

{"status":0,"message":"string","code":"string"}

Response Body

{"status":0,"message":"string","code":"string"}

Response Body

{"status":0,"message":"string","code":"string"}

CURL REQUEST

copy code snippetcode copiedexpand code snippetClose code snippet
curl --request PUT \
  --url https://api.candescent.com/digitalbanking/ux-users/v1/customers/{customerId}:reset-password \
  --header 'Authorization: SOME_STRING_VALUE' \
  --header 'accept: application/json' \
  --header 'content-type: application/json' \
  --header 'correlationId: SOME_STRING_VALUE' \
  --data '{"contactMethodId":"123310058","protocol":"SMS"}'
Get Response

RESPONSE

copy responseexpand responseclose response

null

{"status":0,"message":"string","code":"string"}

{"status":0,"message":"string","code":"string"}

{"status":0,"message":"string","code":"string"}

{"status":0,"message":"string","code":"string"}

{"status":0,"message":"string","code":"string"}

close

Sign in now!

Please sign up or sign in to add to watchlist

Sign in
close

Added to watchlist!

Your interest has been noted. An NCR Voyix Rep
will contact you with further details soon.