Destructive

Set Daily Limit Range

Sets the minimum and maximum daily range for an action category (for example, category='invitation', limit_min=15, limit_max=25), and a random value within that range is picked each day for more natural pacing. It fails if limit_min is less than 1, limit_max is less than limit_min, or the value exceeds the LinkedIn-safe ceiling. Pass null for limit_min and limit_max to clear an existing range.

set_limit_rangePATCH/api/v1/limits
crispy — bash

Example prompt: Set my daily invitation range to a random value between 15 and 25

{
  "category": "invitation",
  "limit_min": 15,
  "limit_max": 25
}
Permission scope
core
Access
Destructive
Category
Account

What you can build

Add daily variability to invitations or messaging so activity looks human
Tighten or loosen caps per category to match your account's maturity
Stay within LinkedIn-safe ceilings while still maximizing daily volume
Clear a range to fall back to default pacing for a category

Parameters

Inputs accepted by set_limit_range.

NameTypeDescription
category"search" | "profile_view" | "messaging" | "invitation" | "posting" | "engagement"The action category to configure
limit_minnumberMinimum daily cap (>= 1). Pass null to clear the range.
limit_maxnumberMaximum daily cap (>= limit_min). Pass null to clear the range.
account_idstringLinkedIn account ID. Omit to use your default account.

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.