Generate Password and Send to User

Creates a password for a user and sends it to them via e-mail. This password is automatically generated and cannot be edited through this feature.

 

URL

{RMUrl}/api/administration/users/<PersonID>

 

REQUEST METHOD

PUT

 

URL PARAMETER

PersonID: This parameter is provided in the URL and does not need to be sent through PUT.

 

FORM CONTENT

CreatePassword (Required): Generates a password and sends it to the user by e-mail. Valid value: "true".

 

FORM CONTENT EXAMPLE

{

"CreatePassword":true

}

 

SUCCESS RESPONSE

HTTP status code 204: NoContent