claude_code_users
Users from Claude Code AI coding assistant
-
id
Primary key - Unique identifier for the user.
-
email
string - Email address of the user.
-
source_id
Foreign key - Source ID of the user (user.account_id or user.id from claude otel payload).
-
name
string - Display name of the user.
-
api_accessible
boolean - Indicates if the user is accessible via the Claude Code API.
-
added_at
date - When the user was added to the Anthropic organization, from the Admin users API. Populated by the Console and Enterprise connectors; NULL for users only ever seen through OTEL.