Skip to main content

Adds a device to a device group

POST /v1/devicegroup/{deviceGroupID}/device/{deviceID}

Summary

Adds a device to a device group.

Authentication

No operation-level security requirement is documented here.

Parameters

NameInTypeRequiredDescriptionExample
deviceGroupIDpathinteger (int64)YesThe device group ID.1
deviceIDpathinteger (int64)YesThe device ID to add to the group.1

Request Body

No request body is documented here.

Responses

200

Success. No response body.

No response body schema documented.