Security enhancements to IP Vault and new Gemini 3.1 Flash Live STS model for Convo mode
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"
}
]
}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.
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?