

# StartMonitoringMember
<a name="API_StartMonitoringMember"></a>

Sends a request to enable data ingest for a member account that has a status of `ACCEPTED_BUT_DISABLED`.

For valid member accounts, the status is updated as follows.
+ If Detective enabled the member account, then the new status is `ENABLED`.
+ If Detective cannot enable the member account, the status remains `ACCEPTED_BUT_DISABLED`. 

## Request Syntax
<a name="API_StartMonitoringMember_RequestSyntax"></a>

```
POST /graph/member/monitoringstate HTTP/1.1
Content-type: application/json

{
   "AccountId": "string",
   "GraphArn": "string"
}
```

## URI Request Parameters
<a name="API_StartMonitoringMember_RequestParameters"></a>

The request does not use any URI parameters.

## Request Body
<a name="API_StartMonitoringMember_RequestBody"></a>

The request accepts the following data in JSON format.

 ** [AccountId](#API_StartMonitoringMember_RequestSyntax) **   <a name="detective-StartMonitoringMember-request-AccountId"></a>
The account ID of the member account to try to enable.  
The account must be an invited member account with a status of `ACCEPTED_BUT_DISABLED`.   
Type: String  
Length Constraints: Fixed length of 12.  
Pattern: `^[0-9]+$`   
Required: Yes

 ** [GraphArn](#API_StartMonitoringMember_RequestSyntax) **   <a name="detective-StartMonitoringMember-request-GraphArn"></a>
The ARN of the behavior graph.  
Type: String  
Pattern: `^arn:aws[-\w]{0,10}?:detective:[-\w]{2,20}?:\d{12}?:graph:[abcdef\d]{32}?$`   
Required: Yes

## Response Syntax
<a name="API_StartMonitoringMember_ResponseSyntax"></a>

```
HTTP/1.1 200
```

## Response Elements
<a name="API_StartMonitoringMember_ResponseElements"></a>

If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.

## Errors
<a name="API_StartMonitoringMember_Errors"></a>

For information about the errors that are common to all actions, see [Common Error Types](CommonErrors.md).

 ** AccessDeniedException **   
The request issuer does not have permission to access this resource or perform this operation.    
 ** ErrorCode **   
The SDK default error code associated with the access denied exception.  
 ** ErrorCodeReason **   
The SDK default explanation of why access was denied.  
 ** SubErrorCode **   
The error code associated with the access denied exception.  
 ** SubErrorCodeReason **   
 An explanation of why access was denied.
HTTP Status Code: 403

 ** ConflictException **   
The request attempted an invalid action.  
HTTP Status Code: 409

 ** InternalServerException **   
The request was valid but failed because of a problem with the service.  
HTTP Status Code: 500

 ** ResourceNotFoundException **   
The request refers to a nonexistent resource.  
HTTP Status Code: 404

 ** ServiceQuotaExceededException **   
This request cannot be completed for one of the following reasons.  
+ This request cannot be completed if it would cause the number of member accounts in the behavior graph to exceed the maximum allowed. A behavior graph cannot have more than 1,200 member accounts.
+ This request cannot be completed if the current volume ingested is above the limit of 10 TB per day. Detective will not allow you to add additional member accounts.  
 ** Resources **   
The type of resource that has exceeded the service quota.
HTTP Status Code: 402

 ** ValidationException **   
The request parameters are invalid.    
 ** ErrorCode **   
The error code associated with the validation failure.  
 ** ErrorCodeReason **   
 An explanation of why validation failed.
HTTP Status Code: 400

## Examples
<a name="API_StartMonitoringMember_Examples"></a>

### Example
<a name="API_StartMonitoringMember_Example_1"></a>

This example illustrates one usage of StartMonitoringMember.

#### Sample Request
<a name="API_StartMonitoringMember_Example_1_Request"></a>

```
POST /graph/member/monitoringstate HTTP/1.1
Host: api.detective.us-west-2.amazonaws.com
Accept-Encoding: identity
Content-Length: 127
Authorization: AUTHPARAMS
X-Amz-Date: 20200127T193018Z
User-Agent: aws-cli/1.14.29 Python/2.7.9 Windows/8 botocore/1.8.33

{
 "AccountId": "444455556666",
 "GraphArn": "arn:aws:detective:us-east-1:111122223333:graph:027c7c4610ea4aacaf0b883093cab899"
}
```

### Example
<a name="API_StartMonitoringMember_Example_2"></a>

This example illustrates one usage of StartMonitoringMember.

#### Sample Response
<a name="API_StartMonitoringMember_Example_2_Response"></a>

```
HTTP/1.1 200 OK
Content-Length: 0
Date: Thu, 21 Feb 2020 23:07:46 GMT
x-amzn-RequestId: 397d0549-0092-11e8-a0ee-a7f9aa6e7572
Connection: Keep-alive
```

## See Also
<a name="API_StartMonitoringMember_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS Command Line Interface V2](https://docs.aws.amazon.com/goto/cli2/detective-2018-10-26/StartMonitoringMember) 
+  [AWS SDK for .NET V4](https://docs.aws.amazon.com/goto/DotNetSDKV4/detective-2018-10-26/StartMonitoringMember) 
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/detective-2018-10-26/StartMonitoringMember) 
+  [AWS SDK for Go v2](https://docs.aws.amazon.com/goto/SdkForGoV2/detective-2018-10-26/StartMonitoringMember) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/detective-2018-10-26/StartMonitoringMember) 
+  [AWS SDK for JavaScript V3](https://docs.aws.amazon.com/goto/SdkForJavaScriptV3/detective-2018-10-26/StartMonitoringMember) 
+  [AWS SDK for Kotlin](https://docs.aws.amazon.com/goto/SdkForKotlin/detective-2018-10-26/StartMonitoringMember) 
+  [AWS SDK for PHP V3](https://docs.aws.amazon.com/goto/SdkForPHPV3/detective-2018-10-26/StartMonitoringMember) 
+  [AWS SDK for Python](https://docs.aws.amazon.com/goto/boto3/detective-2018-10-26/StartMonitoringMember) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/detective-2018-10-26/StartMonitoringMember) 