v1
latestOpenAPI 3.1.02026-07-24416405768.8 KBd) Customer Management
Update a password for a customer
It is the responsibility of the tenant to ensure they have verified that the customer is the one setting the new password
put/eclipse-conductor/rest/v1/tenants/{tenantId}/customers/{customerId}/identities/{identity}
Path parameters
tenantIdinteger required
customerIdinteger required
identitystring required
Request body
Example request
{
"authLockedAfter": "2022-03-10T12:15:50-04:00",
"changeAfter": "2022-03-10T12:15:50-04:00"
}Response
OK
Example response
{
"authLockedAfter": "2022-03-10T12:15:50-04:00",
"authLockedUntil": "2022-03-10T12:15:50-04:00",
"changeAfter": "2022-03-10T12:15:50-04:00"
}