/workspaces/{workspaceId}/audit-logs/actors
Authorization
bearerAuth workspace:readAuthorizationBearer <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"
}
]