Get User By Username
API URL | {{url}}/fhir-user-service/users/username |
Method | GET |
Request Headers | Authorization : Bearer [token] |
Description | Retrieves a user by Username |
Input
Field Name | Type | Example |
username(parameter) | String | Username |
Authorization(Header) | String | Authorized token from login response |
Sample Input:
Sample Output:
Last updated