Write

Update Account Settings

Updates account-level settings including activity tracking mode (mcp_only or all_activity), the tool surface permission scope (core or full_access), and optional voice integration credentials stored securely for your TTS provider. Changing the permission scope requires reconnecting the MCP connection for the new tool list to take effect. Fails if the account is not owned by you.

update_account_settingsPATCH/api/v1/accounts/settings
crispy — bash

Example prompt: Switch my account tracking mode to all_activity and unlock the full_access tool scope

{
  "updated": true,
  "tracking_mode": "all_activity",
  "permission_scope": "full_access",
  "reconnect_required": true
}
Permission scope
core
Access
Write
Category
Account

What you can build

Switch tracking to all_activity to capture every action on the account
Unlock the full_access tool surface for advanced infrastructure workflows
Store an ElevenLabs voice ID for reuse in voice message generation
Lock the account to the core daily-loop toolset for a focused setup

Parameters

Inputs accepted by update_account_settings.

NameTypeDescription
tracking_mode"mcp_only" | "all_activity"Tracking mode: mcp_only (default) or all_activity
permission_scope"core" | "full_access"Tool surface scope: 'core' (default, full daily loop) or 'full_access' (all tools including advanced infrastructure). Reconnect MCP after changing for the tool list to refresh.
elevenlabs_api_keystringElevenLabs API key for voice cloning (BYOK). Encrypted at rest. Never echoed back.
elevenlabs_voice_idstringDefault ElevenLabs voice_id for use with TTS integrations. Stored for reference; pass to your TTS provider when generating audio for send_voice_message.

The complete LinkedIn API. Ready when you are.

Connect your first LinkedIn profile in under 5 minutes. Every tool, every seat, no feature gates. Safe limits, warm-up, and full permission control built in.