Next Topic

Previous Topic

Book Contents

Get All Customers

Returns all customers in scope of the sessionId.

GET /system/customers

Headers

Response Codes

The table below explains each response code.

Response Code

Status

403

Required FID(s): 100050

Sample Response Model

{ 
    "TotalRecords": 1, 
    "Result": [ 
        { 
            "Id": "201453538891605", 
            "Name": "Kaseya", 
            "OrgId": "61472366192151352143517723", 
            "PartitionId": "78251223216115117188622189" 
        } 
    ], 
    "ResponseCode": 0, 
    "Status": "OK", 
    "Error": "None" 
}