v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14249188.5 KB

Retrieves the list of member accounts for a behavior graph.

For invited accounts, the results do not include member accounts that were removed from the behavior graph.

For the organization behavior graph, the results do not include organization accounts that the Detective administrator account has not enabled as member accounts.

post/graph/members/list

Query parameters

MaxResultsstring

Pagination limit

NextTokenstring

Pagination token

Request body

GraphArnstring required

The ARN of the behavior graph for which to retrieve the list of member accounts.

NextTokenstring

For requests to retrieve the next page of member account results, the pagination token that was returned with the previous page of results. The initial request does not include a pagination token.

MaxResultsinteger

The maximum number of member accounts to include in the response. The total must be less than the overall limit on the number of results to return, which is currently 200.

Response

Success

NextTokenstring

If there are more member accounts remaining in the results, then use this pagination token to request the next page of member accounts.