Account - Details
API URL
{{url}}/admin-service/account/details
Method
POST
Description
Account details
Input:
Field Name
Type
Mandatory
Example
tenantId
Number
Yes
208
id
Number
Yes
4
Sample Input:
{ "tenantId": 208, "id": 4 }
Output:
Field Name
Type
Comments
id
Number
Account id
name
String
Account name
maxNoOfUsers
Number
Maximum number of users in account
tenantId
Number
Account tenant id
id
Number
Country id
unitMeasurement
String
Unit measurement format
id
Number
Clinical workflow id
name
String
Clinical workflow name
workflow
String
Workflow
moduleType
String
Workflow module type
default
String
Default for workflow true/false
id
Number
Account admin id
username
String
Account admin mail id
firstName
String
Account admin first name
lastName
String
Account admin last name
gender
String
Account admin gender
countryCode
String
Country code for phone number
phoneNumber
String
Account admin phone number
id
Number
Time zone id
offset
Number
Time zone offset
description
String
Time zone description
Sample Output:
Last updated