The Open API specification for Synapse is now available for download!

Download Open API Spec

ChangePasswordInterface <INTERFACE>

org.sagebionetworks.repo.model.auth.ChangePasswordInterface

Defines an interface for changing an user account's password

Known Implementations:
ChangePasswordWithTokenChangePasswordWithCurrentPasswordChangePasswordWithTwoFactorAuthToken
Field Type Description
newPassword STRING The new password
concreteType STRING Indicates which implementation of PasswordChangeInterface this object represents. Valid Values: org.sagebionetworks.repo.model.auth.ChangePasswordWithToken org.sagebionetworks.repo.model.auth.ChangePasswordWithCurrentPassword