{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-structure/prisma-access-browser-api-browser-user-structure.json", "name": "BrowserUser", "description": "BrowserUser schema from Palo Alto Networks Prisma Access Browser Management API", "type": "object", "properties": { "user_id": { "type": "string", "description": "Unique identifier of the browser user." }, "email": { "type": "string", "description": "User email address." }, "display_name": { "type": "string", "description": "User display name." }, "policy_id": { "type": "string", "description": "ID of the browser policy assigned to this user." }, "active_sessions": { "type": "int32", "description": "Current number of active browser sessions." }, "last_active_at": { "type": "datetime" } } }