DevelopersAPI referenceAuth & accountsAudit
Audit log
org.settings.manage. Reads platform.audit_log, so entries span every Easerix tool, not just identity. Latest 100 by default, no pagination. meta is a JSON-encoded string; actor_id must be resolved by the client, and may name a user who no longer exists.
View as MarkdownAuthorization
bearer AuthorizationBearer <token>
In: header
Path Parameters
id*string
Query Parameters
tool?string
Restrict to one product's entries.
action?string
Restrict to one action, e.g. member.role_changed.
limit?integer
Range
1 <= value <= 500Default
100Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/orgs/string/audit"{ "entries": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "org_id": "string", "tool": "string", "actor_id": "string", "via": "string", "action": "string", "target_type": "string", "target_id": "string", "meta": "string", "ip": "string", "user_agent": "string", "created_at": "2019-08-24T14:15:22Z" } ], "tools": [ "string" ]}