[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator
Get Distributor Usage Customers
DescriptionFor a specified distributor organization, retrieves details about all customer subscriptions and their related Resellers.
Request
URLURL
https://{api_host}/distributors/{orgId}/usage/customers
Path Parameters
Path Parameters
string
orgId
Required
ID of the partner organization in CSP
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK
Returns
array
of
UsageReseller
of type application/json
[
{
"customers": [
{
"customerName": "GWB State Prod",
"customerOrgId": "cebad2b8-5ad8-43ae-98c2-863a21685dba",
"serviceRef": [
{
"id": "1234-1234-1234-123123",
"name": "Workspace One"
}
]
},
{
"customerName": "SDSU IT",
"customerOrgId": "f72dc7f9-8361-4a4b-a94e-a083bdd45744",
"serviceRef": [
{
"id": "1234-1234-1234-123123",
"name": "Workspace One"
}
]
},
{
"customerName": "SDSU Admission",
"customerOrgId": "c44e5c1c-438b-47f6-8748-77b9f2eadf9e",
"serviceRef": [
{
"id": "1234-1234-1234-123123",
"name": "Workspace One"
}
]
}
],
"resellerName": "Dolum Ipsum",
"resellerPRMId": "756323"
}
]
string
resellerName
Optional
Partner name for the reseller in Partner Connect
string
resellerPRMId
Optional
Partner PRM Id for the reseller in Partner Connect
Errors
401
Unauthorized - The request requires user authentication
403
Forbidden - User does not have permission for this operation
Code Samples
cURL Command
curl https://{api_host}/distributors/{orgId}/usage/customers
[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator