Add User
API URL | {{url}}/fhir-user-service/users |
Method | POST |
Request Headers | Authorization : Bearer [token] |
Description | Adds a new 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