Skip to main content
PATCH
Update account limits

Authorizations

x-api-key
string
header
default:bd_live_your_key_here
required

Path Parameters

id
number
required

Body

application/json
maxDailyInvites
number

Daily connection-invite cap

Required range: x >= 0
maxDailyMessages
number

Daily message cap

Required range: x >= 0
maxDailyInmails
number

Daily InMail cap

Required range: x >= 0
maxDailyProfileVisits
number

Daily profile-visit cap

Required range: x >= 0
maxDailyCompanyPageInvitations
number

Daily company-page-invitation cap

Required range: x >= 0
maxDailyReactToPosts
number

Daily post-reaction cap

Required range: x >= 0
enableAutoWithdrawal
boolean

Whether to auto-withdraw pending invites

inviteWithdrawalDuration
number

Days after which a pending invite is auto-withdrawn (1-91)

Required range: 1 <= x <= 91
activeDaysOfWeek
enum<string>[]

Days of the week on which sending is active

Available options:
MONDAY,
TUESDAY,
WEDNESDAY,
THURSDAY,
FRIDAY,
SATURDAY,
SUNDAY
timezone
string

IANA timezone used for the daily reset and sending window

Example:

"America/New_York"

Response

accountId
number
required

The account (seat) identifier

ownerId
string
required

The ID of the user who owns this account

timezone
string
required

The timezone used to determine the daily reset boundary

Example:

"America/New_York"

date
string
required

The date (in the account timezone) the usage counts apply to

Example:

"2026-06-18"

isCurrentlyThrottled
boolean
required

Whether the account is currently throttled by LinkedIn

Example:

false

activeDaysOfWeek
string[]
required

Days of the week on which sending is active

Example:
inMailCredit
number
required

Remaining InMail credits

Example:

0

searchesPerDay
number
required

Daily search cap (no per-day usage counter is tracked)

Example:

80

limits
object
required