---
title: "PUT /billing-groups/addThingToBillingGroup"
method: PUT
path: "/billing-groups/addThingToBillingGroup"
---

# PUT /billing-groups/addThingToBillingGroup

`PUT /billing-groups/addThingToBillingGroup`

Adds a thing to a billing group.

Requires permission to access the [AddThingToBillingGroup](https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions) action.

## Request body

- object
  - `billingGroupName` string — <p>The name of the billing group.</p> <note> <p>This call is asynchronous. It might take several seconds for the detachment to propagate.</p> </note>
  - `billingGroupArn` string — The ARN of the billing group.
  - `thingName` string — The name of the thing to be added to the billing group.
  - `thingArn` string — The ARN of the thing to be added to the billing group.

## Response `200`

Success

- AddThingToBillingGroupResponse

## Other responses

- `480` — InvalidRequestException
- `481` — ThrottlingException
- `482` — InternalFailureException
- `483` — ResourceNotFoundException

---

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