Skip to main content
PUT
/
digitalbanking
/
ux-users
/
v1
/
customers
/
{customerId}
/
reset-password
Reset Member Password
curl --request PUT \
  --url https://api.candescent.com/digitalbanking/ux-users/v1/customers/{customerId}/reset-password \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "notificationMethod": "<string>"
}
'
{
  "code": "<string>",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

customerId
string
required

Customer ID of the member

Body

application/json
notificationMethod
string

How to notify the member (EMAIL, SMS)

Response

Password reset triggered