GetUserDevices
Category: System Permissions: Operator, Trading Call Type: Synchronous
Gets the Registered Device trail for the current session. Given the userId, action, date range or all 3
Request
Key | Value |
---|---|
UserId | integer. The user ID of the user requesting user devices. |
Response
The Response is an array of devices associated with the user.
Key | Value |
---|---|
HashCode | integer. Hash code associated with the device. |
Location | string. Location of device |
DeviceName | string. Name of device |
IpAddress | string. IP address associated with the device |
UserID | integer. User ID associated with the device |
IsTrusted | boolean. If true, device is linked with location/ip address. |
ExpirationTime | long integer. Epoch time when device registration expires |
Last updated