Does TeamViewer have a script/tool that can find TeamViewer YourID from any computer on the network? This would be a private network and only looking for the YourID.
Hello @dmcmullenii,
Great to see you posting for the first time!
You can use the following script, as described here.
{ "devices": [ { "remotecontrol_id": "string", "device_id": "string", "userid": "string", "alias": "string", "groupid": "string", "description": "string", "online_state": 0, "policy_id": "string", "assigned_to": true, "supported_features": "string", "last_seen": "2022-07-12T17:14:56.800Z", "teamviewer_id": "string" } ] }
Please find our complete documentation about our API here:
I hope this can help you!
/JeanK