Hello everybody,
I am writing a python script that creates a new network, then should add a device to it to further configure it. The devices which should be added to each network are already claimed to my organization, but I can't find an API endpoint to add a device to a network.
I know of the endpoint "claimNetworkDevices" which per description says: "Claim devices into a network.". Should I do another call to this endpoint with the serial of the devices which are already claimed to my org to add them to each network, or am I totally wrong here?
Thank you for your patience and time