n8n - 💡(How to fix) Fix LinkedIn Node: "Error fetching options from LinkedIn" for Person Name/ID despite valid permissions [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
n8n-io/n8n#28223Fetched 2026-04-09 08:15:56
View on GitHub
Comments
1
Participants
2
Timeline
4
Reactions
0
Timeline (top)
commented ×1labeled ×1mentioned ×1subscribed ×1

Error Message

Describe the problem/error/question

I am using the LinkedIn node in n8n Cloud to create a post and have set the "Post As" option to "Person". When I attempt to select my "Person Name or ID" from the dropdown list, the field displays "Error fetching options from LinkedIn". This prevents me from completing the node configuration and proceeding with my workflow.

What is the error message (if any)?

The exact error message displayed in the n8n UI is: Error fetching options from LinkedIn 2. Screenshot of the n8n LinkedIn node configuration showing the "Post As: Person" section with "Error fetching options from LinkedIn" in the 'Person Name or ID' field. This error occurs in the node configuration UI when n8n attempts to fetch user options. Therefore, there is no execution output from a 'last node' that is directly relevant to this specific pre-execution configuration error.

  • Problem: Unable to select 'Person Name or ID' in the LinkedIn node due to the indicated error.
  • Outcome: Despite all these verification and troubleshooting steps, the "Error fetching options from LinkedIn" message persists when trying to populate the 'Person Name or ID' field.
RAW_BUFFERClick to expand / collapse

Describe the problem/error/question

I am using the LinkedIn node in n8n Cloud to create a post and have set the "Post As" option to "Person". When I attempt to select my "Person Name or ID" from the dropdown list, the field displays "Error fetching options from LinkedIn". This prevents me from completing the node configuration and proceeding with my workflow.

What is the error message (if any)?

The exact error message displayed in the n8n UI is: Error fetching options from LinkedIn

Please share your workflow/screenshots/recording

(Please attach the following screenshots to this GitHub issue):

  1. Screenshot of my n8n LinkedIn OAuth2 API connection showing "Account connected."
  2. Screenshot of the n8n LinkedIn node configuration showing the "Post As: Person" section with "Error fetching options from LinkedIn" in the 'Person Name or ID' field.
  3. Screenshot from my LinkedIn "Settings & Privacy > Data privacy > Permitted services" page, showing "n8n cloud" and its explicitly granted permissions.
<img width="625" height="251" alt="Image" src="https://github.com/user-attachments/assets/50bc813b-d545-404f-943d-ab67e0411cf0" /> <img width="1402" height="741" alt="Image" src="https://github.com/user-attachments/assets/a1f7f4e9-0ce5-42d5-9fee-a4fe7c561e1a" /> <img width="1196" height="598" alt="Image" src="https://github.com/user-attachments/assets/ab466575-8bde-4f35-8919-bf0e70b97186" />

Share the output returned by the last node

This error occurs in the node configuration UI when n8n attempts to fetch user options. Therefore, there is no execution output from a 'last node' that is directly relevant to this specific pre-execution configuration error.

Additional Context & Troubleshooting Steps Taken:

  • Environment: n8n Cloud
  • Problem: Unable to select 'Person Name or ID' in the LinkedIn node due to the indicated error.
  • Verified Permissions: I have thoroughly checked my LinkedIn account's "Settings & Privacy > Data privacy > Permitted services" for "n8n cloud". The application has been explicitly granted the following permissions, which align with n8n's LinkedIn node documentation requirements (r_emailaddress, r_liteprofile, w_member_social):
    • "Use the primary email address associated with your LinkedIn account"
    • "Use your name and photo"
    • "Create, modify, and delete posts, comments, and reactions on your behalf"
  • Troubleshooting Steps Performed:
    1. Confirmed the LinkedIn OAuth2 API connection shows "Account connected" in n8n.
    2. Clicked the "Reconnect" button within the n8n LinkedIn credential settings multiple times.
    3. Completely "Removed" the "n8n cloud" service from my LinkedIn "Permitted services" page.
    4. Subsequently re-established the LinkedIn connection from scratch within n8n, going through the full authorization flow and granting all requested permissions.
    5. Reviewed the official n8n LinkedIn node documentation (https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.linkedin/) and confirmed my setup and permissions align with the specified requirements for "Post As: Person".
  • Outcome: Despite all these verification and troubleshooting steps, the "Error fetching options from LinkedIn" message persists when trying to populate the 'Person Name or ID' field.

extent analysis

TL;DR

The most likely fix for the "Error fetching options from LinkedIn" issue in the n8n LinkedIn node is to verify and potentially adjust the permissions granted to the n8n cloud application in the LinkedIn "Settings & Privacy > Data privacy > Permitted services" page.

Guidance

  • Verify Permissions Alignment: Double-check that the permissions granted to n8n cloud (r_emailaddress, r_liteprofile, w_member_social) are correctly set and match the requirements for the LinkedIn node as specified in the n8n documentation.
  • Re-authentication: Attempt to reconnect the LinkedIn OAuth2 API connection in n8n and re-grant the necessary permissions to ensure that the connection is valid and has the required access.
  • Check for Updates: Ensure that the n8n LinkedIn node and the n8n Cloud environment are up-to-date, as updates may include fixes for known issues related to LinkedIn integration.
  • Test with Minimal Permissions: If possible, try granting only the minimum required permissions to see if the issue persists, which could help in identifying if a specific permission is causing the problem.

Example

No specific code example is applicable in this scenario as the issue is related to configuration and permissions rather than code implementation.

Notes

The issue may be related to changes in LinkedIn's API or permissions requirements that are not yet reflected in the n8n LinkedIn node documentation or implementation. It's also possible that the error is due to a transient issue with the LinkedIn API or n8n Cloud service.

Recommendation

Apply a workaround by thoroughly verifying the permissions and potentially adjusting them according to the latest requirements from both LinkedIn and n8n documentation. If the issue persists, consider reaching out to n8n support for further assistance, as the problem might be related to an underlying issue with the n8n LinkedIn node or the LinkedIn API itself.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING