Get Sub-Account by ID

Prev Next
Get
/v1/sub-accounts/{subAccountId}

The “Get Sub-Account by ID” method is used to read a specific Sub-Account of WACM. The purpose of “Get Sub-Account by ID” is to allow their parent account to access the information of a specific Sub-Account by providing its WACM ID.

Limitations include: A Sub-Account member cannot read its own account, only the parent account users have access to perform this action.

Security
HTTP
Type basic
Path parameters
subAccountId
integerRequired
Example10917
Query parameters
includeKeys
boolean
Exampletrue
Responses
200

OK

string
Example{ "id": "10917", "name": "wacm-qa@wasabi.com", "partnerType": "CUSTOMER", "accountType": "Company", "status": "PAID_ACCOUNT", "imageUrl": null, "creationDate": "2022-07-19T04:09:44Z", "address1": null, "address2": null, "country": null, "city": null, "state": null, "zip": null, "mainPhone": null, "billingPhone": null, "contactEmail": "wacm-qa@wasabi.com", "billingEmail": null, "businessNumber": null, "taxId": null, "fiscalNumber": null, "vatNumber": null, "website": null, "ssoEnabled": false, "accessKey": "AKIAIOSFODNN7EXAMPLE", "secretKey": "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY", "channelAccountId": null, "channelAccountName": null, "channelAccountEmail": null, "controlAccountId": null, "controlAccountName": null, "controlAccountEmail": null, "governanceAccountId": null, "governanceAccountName": null, "wasabiAccountNumber": 754198, "wasabiAccountName": "wacm-qa@wasabi.com", "sendPasswordResetToSubAccount": false, "ftpEnabled": false, "activeStorage": 7.45696821072, "deletedStorage": 0, "trialQuotaTB": null, "trialExpiration": null, "purchasedStorageTB": 1, "storageQuotaType": "Hard quota" }