...
Property | Description | ||
---|---|---|---|
code | The password reset code generated for the specified user.
|
The above must be built into a URL in the following format:
Code Block |
---|
<http|https>://<host_name>:<port_number>/password-reset?email=<user_id>&code=<AccountResetCode> |
URL element | Example value | Description | |
---|---|---|---|
<http|https> | http | HTTP protocol type | |
<host_name> | loginpage.example.com | Host of the
| |
<port_number> | 3005 | Port number used to login to the
| |
<user_id> | joe@example.com | User ID (email address) of the user whose password is to be reset | |
<AccountResetCode> | CD44232791 | Password reset code |
For more information,
...
see API Overview.