PasswordService

The following resources are applicable:

/passwordService/changePassword

Mount Point: /redbackServices/passwordService/changePassword

Available Since: 1.4

GET

Available Since: 1.4

used to change the password on passwordChangeRequired state.

Parameters

name description type default
userName (no documentation provided) query
previousPassword (no documentation provided) query
password (no documentation provided) query
passwordConfirmation (no documentation provided) query

Response Body

element: user
media types: application/xml
text/plain
application/json

(no documentation provided)

/passwordService/changePasswordWithKey

Mount Point: /redbackServices/passwordService/changePasswordWithKey

Available Since: 1.4

GET

Available Since: 1.4

used to change the password on first user connection after registration use. the key is mandatory and a control will be done on the username provided. need to be logged by UserService#validateUserFromKey(String)

Parameters

name description type default
password (no documentation provided) query
passwordConfirmation (no documentation provided) query
key (no documentation provided) query

Response Body

element: user
media types: application/xml
text/plain
application/json

username