Get
/v1/sub-accounts
The “Get Sub-Accounts” method is used to read all Sub-Accounts of WACM. The purpose of “Get Sub-Accounts” is to allow their parent account to list all the Sub-Accounts under them, access all their information, and filter them by using the supported query parameters.
Limitations include: A Sub-Account member cannot read its own account, only the Distributor/Governance or Control Account users have access to perform this action.
Security
HTTP
Type basic
Query parameters
page
integer
Example12
size
integer
Example17
id
integer
Example4363
name
string
ExampleSubaccount-name
controlAccountId
integer
Example13337
governanceAccountId
integer
Example3430
status
string
Examplepaid_account
wasabiAccountName
string
Examplewasabiaccountname@wasabi.com
wasabiAccountNumber
integer
Example345643
includeDeleted
boolean
Exampletrue
includeKeys
boolean
Exampletrue
Responses
200
OK
string
Example{
"id": 4363,
"name": "",
"partnerType": "CUSTOMER",
"accountType": "Company",
"status": "PAID_ACCOUNT",
"imageUrl": null,
"creationDate": "2022-03-30T07:02:45Z",
"address1": null,
"address2": null,
"country": null,
"city": null,
"state": null,
"zip": null,
"mainPhone": null,
"billingPhone": null,
"contactEmail": "",
"billingEmail": null,
"businessNumber": null,
"taxId": null,
"fiscalNumber": null,
"vatNumber": null,
"website": null,
"ssoEnabled": false,
"channelAccountId": 12345,
"channelAccountName": null,
"channelAccountEmail": null,
"controlAccountId": 13337,
"controlAccountName": "",
"controlAccountEmail": "",
"governanceAccountId": 3430,
"governanceAccountName": null,
"wasabiAccountNumber": 345643,
"wasabiAccountName": "",
"sendPasswordResetToSubAccount": false,
"ftpEnabled": true,
"activeStorage": 0,
"deletedStorage": 0,
"trialQuotaTB": null,
"trialExpiration": null,
"purchasedStorageTB": 1,
"storageQuotaType": "Hard quota"
}