Get
/v1/control-accounts/{controlAccountId}
The “Get Control Account by ID” method is used to read a specific Control Account of WACM. The purpose of “Get Control Account by ID” is to allow their parent account to access the information of a specific Control Account by providing its WACM ID, and filter them by using the supported query parameter.
Limitations include: Control Account users can only read their own account.
Security
HTTP
Type basic
Path parameters
controlAccountId
Required
Example44017
Query parameters
includeDeleted
boolean
Exampletrue
includeDeletedSubAccounts
boolean
Exampletrue
Responses
200
OK
string
Example{
"id": 13337,
"name": "",
"partnerType": "RESELLER",
"accountType": "Company",
"status": "Active",
"imageUrl": null,
"creationDate": "2021-03-30T09:21:40.706Z",
"address1": null,
"address2": null,
"country": null,
"city": null,
"state": null,
"zip": null,
"mainPhone": null,
"billingPhone": null,
"contactEmail": "",
"billingEmail": "",
"businessNumber": null,
"taxId": "",
"fiscalNumber": null,
"vatNumber": null,
"website": null,
"ssoEnabled": true,
"governanceAccountId": 3214,
"governanceAccountName": "",
"channelAccountsCount": 0,
"subAccountsCount": 0,
"controlAccountEmail": "",
"subAccountStorage": 1.62126952,
"controlAccountStorage": 0.00690326,
"totalStorage": 1.62817278,
"defaultPurchasedStorageTB": 1,
"storageQuotaType": "Hard Quota"
}