Skip to main content

List Accounts

Select

SaaS
Customer Managed

Lists onboarded accounts that were discovered to match the organization's content rules.

Path Parameters
  • organizationId int32 required

    Id of an existing organization

Responses

OK


Schema
  • accounts object[]
GET /v4/cloud/aws/organization/:organizationid/account    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
organizationId — path required
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Cloud/AWS/Organization/:organizationId/Account' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'