Actions
Get MSP Customers
Retrieves list of customers for an MSP.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| End Date | End date of events. |
| Start Date | Start date of events. |
| Parameter | Description |
|---|---|
| Account ID | The account ID to use for this action. If not provided, defaults to the account ID configured in the connection. Note: This parameter is only for UM 2.0 connections. |
| Account Key | Which 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. |
| Cost Center ID | The cost center ID to use for this action. If not provided, defaults to the cost center ID configured in the connection. Note: This parameter is only for UM 2.0 connections. |
| Division ID | Which 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. |
[
{
"customerName": "<string>",
"customerCode": "<string>",
"customerId": 1,
"linkedAccountIds": [
"<string>",
"<string>"
],
"customerNameId": "<string>"
}
]
Was this page helpful?