- Overview
- to get started
- Cloud content
- Cloud Data
- User Subscription
- User Session
- User Profile
- Email services
- Utilities
api description
purpose
password_change updates subscriber password.
password_change requires valid session parameters: uuid, usid, udid and eost. See signin for further details.
http method: POST
call cost: 1 point
See the pricing section for more details.
mandatory parameter(s)
parameter | values / comments |
---|---|
api | "password_change" |
key | E.g. "c54e7837e0cd0ced286cb5995327d1ab54e35987179b2". It is an application key generated by AuverCloud Studio. |
uuid | Unique User ID. |
usid | Unique Session ID. |
udid | Unique Device ID. |
eost | End of Session Time. |
password | The new password must comply with the following regular expression: "`^[a-zA-Z0-9!,.;\-\&@£€+=\(\)§#$%^&*?_~]{8,16}$`" i.e. between 8 and 16 common characters. |
optional parameters(s)
None
call sample
This example is the code used in the test case below. It assumes that jQuery and the JavaScript AuverCloud runtime client are loaded in order to use the arc.api() method. See the API client section for more details.
errors
None
See also the Common errors section.
test bed
send
request
request
clear
response
response