POST v1/bunits/{bunitId}/users/{userId}/reset?appUrl={appUrl}&resetUrl={resetUrl}
Create a reset password request for a user.
                
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
bunitId | 
                    The ID of the business unit to whom the user belongs. | integer | 
                                 Required  | 
                
userId | 
                    The ID of the user whose password should be changed. | integer | 
                                 Required  | 
                
appUrl | 
                    A url directing the user to the relevant app. | URI | 
                                 Required  | 
                
resetUrl | 
                    A url directing the user to the relevant app's password reset flow. A unique token will be added to the query string parameters. | URI | 
                                 Required  | 
                
Body Parameters
None.
Response Information
Resource Description
Return code
None.