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

# POST /detector/{detectorId}/member/get

`POST /detector/{detectorId}/member/get`

Retrieves GuardDuty member accounts (of the current GuardDuty administrator account) specified by the account IDs.

## Path parameters

- `detectorId` string, required

## Request body

- object
  - `accountIds` AccountId[], required — A list of account IDs of the GuardDuty member accounts that you want to describe.

## Response `200`

Success

- GetMembersResponse
  - `Members` Member[], required — 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.
  - `UnprocessedAccounts` UnprocessedAccount[], required — A list of objects that contain the unprocessed account and a result string that explains why it was unprocessed.
    - `AccountId` string, required — The Amazon Web Services account ID.
    - `Result` string, required — A reason why the account hasn't been processed.

## 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)
