Admin api to get a list of trusted devices for a user

get/api/v2/admin/user/{userId}/trustedDevices

Path Parameters

  • userIdstringRequired
    Min length: >= 1 characters

200 Response

trustedDevices array[object] required
id string required
The ID associated with the trusted device (as a string).
userId string required
The user ID associated with the trusted device (as a string).
uniqueId string required
A unique identifier for the trusted device.
model string required
The model of the trusted device (e.g., "iPhone X").
brand string required
The brand of the trusted device (e.g., "Apple").
manufacturer string required
The manufacturer of the trusted device (e.g., "Apple Inc.").
systemName string required
The name of the operating system running on the trusted device (e.g., "iOS").
systemVersion string required
The version of the operating system running on the trusted device (e.g., "14.0").
locale string required
The locale setting of the trusted device (e.g., "en_US").
timezone string required
The timezone of the trusted device (e.g., "PST").
isDeviceRooted boolean required
A boolean indicating whether the trusted device is rooted or not.
carrier string
The carrier associated with the trusted device, if any.
ipAddress string required
The IP address of the trusted device.
geolocation string required
The geolocation of the trusted device as a string (e.g., "37.7749,-122.4194").
appVersion string required
The version of the app installed on the trusted device.
createdAt string required
Creation timestamp of the trusted device record in ISO format.
updatedAt string required
Last updated timestamp of the trusted device record in ISO format.

400 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id