Update User
API URL
{{url}}/fhir-user-service/users/update
Method
PUT
Request Headers
Authorization : Bearer [token]
Description
Updates a existing user
Input
Field Name
Type
Example
username
String
Healthcarezone
password
String
firstName
String
middleName
String
lastname
String
companyName
String
companyEmail
String
countryCode
String
phone
String
address
String
website
String
id(Country)
Long
name(Country)
String
code(Country)
String
id(timezone)
Long
name(timezone)
String
offset(timezone)
String
forgetPasswordCount
Integer
invalidLoginAttempts
Integer
Sample Input:
Sample Output:
Last updated