Skip to main content
PUT
/
digitalbanking
/
ux-users
/
v1
/
customers
/
{customerId}
/
unlock
Unlock Member
curl --request PUT \
  --url https://api.candescent.com/digitalbanking/ux-users/v1/customers/{customerId}/unlock \
  --header 'Authorization: Bearer <token>'
{
  "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 to unlock

Response

Member unlocked