Skip to main content

Get MSP Customers

Retrieves list of customers for an MSP.

Basic Parameters

ParameterDescription
End DateEnd date of events.
Start DateStart date of events.

Advanced Parameters

ParameterDescription
Account KeyWhich account key to use for authentication.

Must be used with a valid Division ID.

If not provided, will default to use the first Account Key and Division ID found.
Division IDWhich division ID to use for authentication.

Must be used with a valid Account Key.

If not provided, will default to use the first Account Key and Division ID found.

Example Output

[
{
"date": "2022-07-07",
"creationTime": "2022-07-07 12:46:08",
"createdBy": "PileusUser",
"uuid": "eventId",
"divisionId": "0",
"accountKey": "649",
"userKey": "userKey",
"accountId": "accountID",
"description": "Its time to get the API going!",
"title": "The Big API Palooza"
}
]

Workflow Library Example

Get Msp Customers with Anodot and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop