---
title: "GET /detector/{detectorId}/member"
method: GET
path: "/detector/{detectorId}/member"
---

# GET /detector/{detectorId}/member

`GET /detector/{detectorId}/member`

Lists details about all member accounts for the current GuardDuty administrator account.

## Path parameters

- `detectorId` string, required

## Query parameters

- `maxResults` integer
- `nextToken` string
- `onlyAssociated` string
- `MaxResults` string
- `NextToken` string

## Response `200`

Success

- ListMembersResponse
  - `Members` Member[] — A list of members.
    - `AccountId` string, required — The ID of the member account.
    - `DetectorId` string — The detector ID of the member account.
    - `MasterId` string, required — The administrator account ID.
    - `Email` string, required — The email address of the member account.
    - `RelationshipStatus` string, required — The status of the relationship between the member and the administrator.
    - `InvitedAt` string — The timestamp when the invitation was sent.
    - `UpdatedAt` string, required — The last-updated timestamp of the member.
    - `AdministratorId` string — The administrator account ID.
  - `NextToken` string — The pagination parameter to be used on the next list operation to retrieve more items.

## Other responses

- `480` — BadRequestException
- `481` — InternalServerErrorException

---

[API](https://skmtc.net/aws/apis/guardduty.md) · [All operations](https://skmtc.net/aws/apis/guardduty/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/guardduty/versions/d35ef49b25a3/schema)
