Represents an audit event recording an action performed by a team member within the 1Password account.
Type: objectProperties: 14
Password ManagerPasswordsSecuritySecrets
AuditEvent is a JSON Structure definition published by 1Password, describing 14 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/1password/refs/heads/main/json-structure/1password-events-audit-event-structure.json",
"name": "AuditEvent",
"description": "Represents an audit event recording an action performed by a team member within the 1Password account.",
"type": "object",
"properties": {
"uuid": {
"type": "uuid",
"description": "The unique identifier for the audit event."
},
"timestamp": {
"type": "datetime",
"description": "When the action was performed."
},
"actor_uuid": {
"type": "uuid",
"description": "The UUID of the user who performed the action."
},
"actor_details": {
"$ref": "#/components/schemas/EventUser"
},
"action": {
"type": "string",
"description": "The type of action that was performed."
},
"object_type": {
"type": "string",
"description": "The type of object the action was performed on."
},
"object_uuid": {
"type": "uuid",
"description": "The UUID of the object the action was performed on."
},
"object_details": {
"type": "object",
"description": "Additional details about the object of the action."
},
"aux_id": {
"type": "int32",
"description": "An auxiliary identifier providing additional context."
},
"aux_uuid": {
"type": "uuid",
"description": "An auxiliary UUID providing additional context."
},
"aux_details": {
"type": "object",
"description": "Additional auxiliary details about the event."
},
"aux_info": {
"type": "string",
"description": "Additional auxiliary information about the event."
},
"session": {
"type": "object",
"description": "Information about the session in which the action occurred.",
"properties": {
"uuid": {
"type": "uuid",
"description": "The UUID of the session."
},
"login_time": {
"type": "datetime",
"description": "When the session was created."
},
"device_uuid": {
"type": "uuid",
"description": "The UUID of the device used."
},
"ip": {
"type": "string",
"description": "The IP address of the client."
}
}
},
"location": {
"$ref": "#/components/schemas/EventLocation"
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.