List users
List all users for the workspace.
Please note that this endpoint is available only for API keys with Admin permissions.
GET
TypeScript
Previous
Get audit logsRetrieve audit log events for the workspace with optional filtering, date range, sorting, and cursor-based pagination.
Filters within the same field are combined as OR (e.g. category=Administration&category=Security returns events in either category). Filters across different fields are combined as AND.
**Deprecated parameters:** `timePeriod` and `cursor` remain functional for backward compatibility but new integrations should use `startTime`/`endTime` and `pageCursor` instead.
Endpoint Permission: Admin, Non-Signing Admin, Auditor, Security Admin, Security Auditor.
Next
TypeScript