update_account_quotas
Update one or more quota configuration fields for a LinkedIn account. Only provided fields are updated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | Yes | Reach id of the LinkedIn account to act on, from list_accounts. | |
| idempotency_key | No | Optional. A key you choose (a UUID is fine) that names this exact call. If you retry with the same key and the same arguments, the first call's result is returned and nothing is done twice on LinkedIn. Reusing a key with different arguments is refused. Keys expire after 24 hours. | |
| daily_posts_conf | No | Daily limit for 'posts' on this account; 0 means unlimited. | |
| daily_visits_conf | No | Daily limit for 'visits' on this account; 0 means unlimited. | |
| daily_comments_conf | No | Daily limit for 'comments' on this account; 0 means unlimited. | |
| daily_messages_conf | No | Daily limit for 'messages' on this account; 0 means unlimited. | |
| daily_reactions_conf | No | Daily limit for 'reactions' on this account; 0 means unlimited. | |
| daily_invitations_conf | No | Daily limit for 'invitations' on this account; 0 means unlimited. | |
| daily_imports_salesnav_conf | No | Daily limit for 'imports_salesnav' on this account; 0 means unlimited. | |
| daily_imports_standard_conf | No | Daily limit for 'imports_standard' on this account; 0 means unlimited. | |
| daily_imports_recruiter_conf | No | Daily limit for 'imports_recruiter' on this account; 0 means unlimited. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quotas | No | ||
| updated | No | ||
| account_id | No |