Many know about this, but this is to raise awareness in case it’s new to others. TLDR: assume everything you do using Claude Code Team Plan is effectively company-visible. Account admins can export conversation data across the org. The export looks like this: { “uuid”: “conversation-uuid”, “name”: “conversation title”, “summary”: “”, “created_at”: “2026-04-04T15:01:02.382941Z”, “updated_at”: “2026-04-04T15:09:20.719284Z”, “account”: { “uuid”: “account-uuid” }, “chat_messages”: [ { “uuid”: “message-uuid-1”, “text”: “user-visible prompt”, “content”: [ { “start_timestamp”: “timestamptz”, “stop_timestamp”: “timestamptz”, “flags”: null, “type”: “text”, “text”: “user-visible prompt”, “citations”: [] } ], “sender”: “human”, “created_at”: “timestamptz”, “updated_at”: “timestamptz”, “attachments”: [], “files”: [] }, { … }, … ] } Users are UUIDs. Correlating activity back to individuals seems fairly straightforward to me though, especially in small teams (say <15 members). submitted by /u/SimilarBoy
Originally posted by u/SimilarBoy on r/ClaudeCode
