Account - Deactivated list

API URL

{{url}}/admin-service/account/deactivate-list

Method

POST

Description

List the deactivate account

Sample Input:

{ "skip": 0, "limit": 4, "tenantId": "", "isPaginated": true }

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

name

String

Country name

unitMeasurement

String

Unit measurement format

countryCode

String

Country code

Sample Output:

{
    "message": "Got deactivated accounts.",
    "entity": null,
    "status": true,
    "entityList": [
        {
            "id": 54,
            "name": "Healthcare001",
            "maxNoOfUsers": 100,
            "updatedAt": "2023-02-24T12:36:11+05:30",
            "tenantId": 460,
            "country": {
                "id": 3,
                "name": "Ghana",
                "countryCode": "233",
                "unitMeasurement": "metric"
            }
        },
        {
            "id": 44,
            "name": "Nk healthcare",
            "maxNoOfUsers": 100,
            "updatedAt": "2023-02-20T17:58:39+05:30",
            "tenantId": 406,
            "country": {
                "id": 3,
                "name": "Ghana",
                "countryCode": "233",
                "unitMeasurement": "metric"
            }
        }
    ],
    "responseCode": 200,
    "totalCount": 10
}

@2024 Medtronic LABS