v1
latestOpenAPI 3.1.02026-07-245531,0212.1 MBTenants
Get tenant details
Returns information about a particular customer's tenant.
get/msp/v3/customers/{customerID}/tenants/{tenantID}
Path parameters
customerIDstring required
Specify the unique ID of a customer in MSP. Get the ID of a customer using the 'List all customers' API.
tenantIDstring required
Specify the unique ID of a tenant in MSP. Get the ID of a tenant using the 'List all tenants' API.
Query parameters
includeFeaturesboolean
Specify whether you wish to receive the features list in the API response. Example - true. Default 'includeFeatures' value is false.
Headers
Authorizationstring required
Specify the Bearer access token
Response
Ok
Example response
{
"id": "e293b4c7-a984-4813-8fba-526d5b0edc80",
"customerID": "78ccbc1c-0ca0-4077-ad94-a74479c299b8",
"productID": 1,
"licenseExpiryDate": "2022-10-25T00:00:00Z",
"quota": 1.5,
"quotaEndDate": "2022-10-25T00:00:00Z",
"quotaStartDate": "2022-10-25T00:00:00Z",
"servicePlanID": 1,
"edition": "enterprise",
"storageRegions": [
{
"name": "us-east-1",
"storageProvider": 1
}
],
"features": [
{
"name": "M365",
"attrs": [
{
"name": "userCount"
}
]
}
],
"tenantType": 2,
"status": 1,
"createdOn": "2022-10-25T00:00:00Z",
"activeSince": "2022-10-25T00:00:00Z",
"deleteDate": "2022-10-25T00:00:00Z"
}