Reset password for a user
Get /users/{id}/reset
Reset password for a user by sending an email to change it
Parameters:
Name | Description | Type | Mandatory |
---|---|---|---|
id | User Id | String | Yes |
Response:
Name | Description | Type |
---|---|---|
status | success / failure | String |
Programming language:
Response exemple:
1 2 3 4 | { "status" : "success" } |