Amazon Detective · Example Payload

Amazon Detective List Organization Admin Accounts Response Example

ForensicsInvestigationSecurity

Amazon Detective List Organization Admin Accounts Response Example is an example object payload from Amazon Detective, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

AdministratorsNextToken

Example Payload

Raw ↑
{
  "Administrators": [
    "example-Administrators_item"
  ],
  "NextToken": "abc123token"
}