v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-142381,278956.3 KB

Adds a thing to a thing group.

Requires permission to access the AddThingToThingGroup action.

put/thing-groups/addThingToThingGroup

Request body

thingGroupNamestring

The name of the group to which you are adding a thing.

thingGroupArnstring

The ARN of the group to which you are adding a thing.

thingNamestring

The name of the thing to add to a group.

thingArnstring

The ARN of the thing to add to a group.

overrideDynamicGroupsboolean

Override dynamic thing groups with static thing groups when 10-group limit is reached. If a thing belongs to 10 thing groups, and one or more of those groups are dynamic thing groups, adding a thing to a static group removes the thing from the last dynamic group.

Response

Success

AddThingToThingGroupResponse required