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

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

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

Turns on GuardDuty monitoring of the specified member accounts. Use this operation to restart monitoring of accounts that you stopped monitoring with the <a href="https://docs.aws.amazon.com/guardduty/latest/APIReference/API_StopMonitoringMembers.html">StopMonitoringMembers</a> operation.

## Path parameters

- `detectorId` string, required

## Request body

- object
  - `accountIds` AccountId[], required — A list of account IDs of the GuardDuty member accounts to start monitoring.

## Response `200`

Success

- StartMonitoringMembersResponse
  - `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)
