post
https://saner.secpod.com/AncorWebService/perform
Moves one or more devices to a different group, account, or organization. This API allows administrators to move devices to a different organization, account, and group. Devices can be moved within the same organization or across organizations and accounts. Optionally, devices can be pinned to the target group upon completion of the move, ensuring that they remain associated with the selected group regardless of grouping criteria.
| Key | Meaning | Mandatory | Data Type |
|---|---|---|---|
| sourceaccount | Source account from which devices will be moved | Yes | string |
| targetaccount | Target account to which devices will be moved | Yes | string |
| targetgroup | Target group where devices will be placed | Yes | string |
| devices | List of device hostnames to be moved | Yes | array |
| pin | Indicates whether devices should be pinned to the target group (true/false) | Yes | string |
