Get
/v1/control-accounts
The “Get Control Accounts” method is used to read all Control Accounts of WACM. The purpose of “Get Control Accounts” is to allow their parent account to list all the Control Accounts under them, access all their information, and filter them by using the supported query parameters.
Limitations include: A Control Account user cannot read its own account, only the Distributor/Governance users have access to perform this action.
Security
HTTP
Type basic
Query parameters
page
integer
Example1
size
integer
Example3
name
string
governanceAccountId
integer
status
string
ExampleDeactivated
primaryApiKey
string
includeApiKey
boolean
Exampletrue
id
integer
controlAccountEmail
string (email)
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": "controlaccount@wasabi.com",
"subAccountStorage": 1.62126952,
"controlAccountStorage": 0.00690326,
"totalStorage": 1.62817278,
"defaultPurchasedStorageTB": 1,
"storageQuotaType": "Hard Quota"
}