Patient Transfer - Role user list
API URL
{{url}}/user-service/user/role-user-list
Method
POST
Description
Patient transfer - Role user list
Input:
Field Name
Type
Mandatory
Example
Authorization(Header)
String
Yes
Bearer eyJlbmMiOiJBMTI4R0NNIiwiYWxnIjoiUlNBLU9BRVAtMjU2In0.MCm0mJDfpfjlr10Uok79-kTF7fv9Tn7cI5m2WsRDGUd9VS7iRmfbszjuc1-w5D-PYt9CdVxRMGBQlzYauhnI
Input:
Field Name
Type
Mandatory
Example
Physicain
String
Yes
Pr
Sample Input:
{ "searchTerm": "pr", "tenantId": 5 }
Output:
Field Name
Type
Comments
firstName
String
Physician first name
middleName
String
Physician middle name
lastName
String
Physician last name
gender
String
Physician gender
phoneNumber
String
Physician phone number
address
String
Physician address
username
String
Physician mail
password
String
Physician password
countryCode
String
Physician country code
isBlocked
Boolean
blockedDate
Timestamp
forgetPasswordToken
String
forgetPasswordTime
Timestamp
forgetPasswordCount
Integer
invalidLoginTime
Timestamp
invalidLoginAttempts
Integer
lastLoggedIn
Timestamp
lastLoggedOut
Timestamp
cultureId
Bigint
country
Object
timezone
Object
roles
Object
organizations
Object
accountNonExpired
Boolean
accountNonLocked
Boolean
credentialsNonExpired
Boolean
licenseAcceptance
Boolean
authorities
Object
Sample Output:
Last updated