v1
latestOpenAPI 3.1.02026-07-26359254.7 MBLinkedIn Accounts
Update LinkedIn account limits
<small>Requires the channels:operate scope (or a broader one that includes it).</small>
Updates the daily automation limits for a LinkedIn account.
put/v3/linkedin-accounts/{id}/limits
Path parameters
idinteger required
LinkedIn account ID
Request body
Example request
{
"limitsMode": "Fixed",
"fixedMax": {
"dailyDetectCount": 100,
"dailySendConnectionRequestCount": 20,
"dailySendMessageCount": 50,
"dailySendSalesNavigatorConnectionRequestCount": 10,
"dailyInMailCount": 10,
"dailyViewProfileCount": 80,
"dailyLikeRecentPostsCount": 30,
"dailyRevokeConnectionCount": 10,
"dailyEndorsedSkillsCount": 10,
"dailyFollowedProfilesCount": 20
}
}Response
Limits updated successfully. The response body is empty.
{"stackTrail":"paths:/v3/linkedin-accounts/{id}/limits:put:responses:204:content:application/json:schema","oasType":"schema","type":"unknown","description":"Empty body"}