Delete User by ID
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 |
id | Long | 1 |
Sample Input:
Sample Output:
Last updated