GetUserDevices
The user ID.
The action performed on device.
The start date for the date range.
The end date for the date range.
curl -L \ --url 'GetUserDevices?UserId=1'
[ { "HashCode": 12345, "Location": "New York", "DeviceName": "My Laptop", "IpAddress": "192.168.1.100", "UserId": 1, "IsTrusted": true, "ExpirationTime": 1678886400 }, { "HashCode": 67890, "Location": "London", "DeviceName": "My Phone", "IpAddress": "10.0.0.1", "UserId": 1, "IsTrusted": false, "ExpirationTime": 1678972800 } ]