Reset User Password
API URL | {{url}}/fhir-user-service/users/reset-password |
Method | PUT |
Request Headers | Authorization : Bearer [token] |
Description | Resets user password |
Input
Field Name | Type | Example |
Authorization(Header) | String | Authorized token from login response |
token | String | Authorized token from login response |
password | String | new user password |
Sample Input:
Sample Output:
Last updated