VibeHost
API referenceWorkspacesWorkspaceidAudit logsActors

/workspaces/{workspaceId}/audit-logs/actors

GET
/workspaces/{workspaceId}/audit-logs/actors

Authorization

bearerAuth workspace:read
AuthorizationBearer <token>

In: header

Scope: workspace:read

Path Parameters

workspaceId*string

Response Body

application/json

curl -X GET "https://example.com/workspaces/string/audit-logs/actors"
[
  {
    "id": "string",
    "email": "string",
    "name": "string"
  }
]