D s api version |
---|
D toc |
---|
Create a new user.
Version: v4
Required Permissions
The authenticated user must be an admin.
D s api auth |
---|
Request
Request Type: POST
Endpoint:
Code Block |
---|
/v4/passwordresetrequest/ |
Request Body:
The following properties are supported:
Code Block |
---|
{ "accountId": 6, "email": "joe@example.com", "orginURL": "http://loginpage.example.com:3005/" } |
Response
Response Status Code - Success: 201 - Created
Response Body Example:
Code Block |
---|
{ "code": "<AccountResetURL>", "email": "joe@example.com" } |
Reference
Request properties:
Property | Description | |
---|---|---|
accountId | Internal identifier of the user whose password should be reset | |
The email address to which to deliver the password reset email. This value should correspond to the login for the specified account. For more information, see API People Get v4. | ||
originURL | The URL of the login page for the
|
Response properties:
Property | Description | ||
---|---|---|---|
code | The password reset code generated for the specified user.
|