List a target user's active MFA-trusted devices (admin)
curl --request GET \
--url https://pria.praxislxp.com/api/admin/users/{userId}/trusted-devices \
--header 'Authorization: Bearer <token>'{
"success": true,
"devices": [
{
"id": "<string>",
"deviceId": "<string>",
"sourceIp": "<string>",
"ua": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"lastUsedAt": "2023-11-07T05:31:56Z",
"expiresAt": "2023-11-07T05:31:56Z"
}
]
}Admin
List a target user's active MFA-trusted devices (admin)
Same shape as the user-self endpoint, but admin-gated: the caller
must hold users.edit against the target’s institution (super
admins bypass). Listing is useful before deciding to revoke an
individual device for the user.
GET
/
api
/
admin
/
users
/
{userId}
/
trusted-devices
List a target user's active MFA-trusted devices (admin)
curl --request GET \
--url https://pria.praxislxp.com/api/admin/users/{userId}/trusted-devices \
--header 'Authorization: Bearer <token>'{
"success": true,
"devices": [
{
"id": "<string>",
"deviceId": "<string>",
"sourceIp": "<string>",
"ua": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"lastUsedAt": "2023-11-07T05:31:56Z",
"expiresAt": "2023-11-07T05:31:56Z"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.praxis-ai.com/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?
⌘I