InControl 2 API Call to add new device to Org Group

Hello there!

I’ve been hunting for a way to automate adding a new device to the company manufacturing group. The closest I think I’ve found is /rest/o/{org_id}/g/{group_id}/move_devices?access_token={AT}

ttps://www.peplink.com/ic2-api-doc/#!post_rest_o_o_g_o_move_devices

I’m not sure how the information would need to be formatted in order to add a new device to the org though. Any advice or suggestions for another API call? The goal here is automation through C# for a production envirement.

Hi,

You may use the add device API call.
POST /rest/o/{organization_id}/g/{group_id}/add_devices

https://www.peplink.com/ic2-api-doc/#!post_rest_o_o_g_o_add_devices

1 Like