Add Thing To Thing Group

GET {{aws_internet_of_things_base_url}}/thing-groups/addThingToThingGroup&overrideDynamicGroups=&thingArn=&thingGroupArn=&thingGroupName=&thingName=?overrideDynamicGroups&thingArn&thingGroupArn&thingGroupName&thingName

Request Params

KeyDatatypeRequiredDescription
overrideDynamicGroupsnullOverride 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.
thingArnnullThe ARN of the thing to add to a group.
thingGroupArnnullThe ARN of the group to which you are adding a thing.
thingGroupNamenullThe name of the group to which you are adding a thing.
thingNamenullThe name of the thing to add to a group.