diff --git a/packages/nodes-base/nodes/LinkedIn/LinkedIn.node.ts b/packages/nodes-base/nodes/LinkedIn/LinkedIn.node.ts index c434cd2372..44272830e7 100644 --- a/packages/nodes-base/nodes/LinkedIn/LinkedIn.node.ts +++ b/packages/nodes-base/nodes/LinkedIn/LinkedIn.node.ts @@ -86,7 +86,7 @@ export class LinkedIn implements INodeType { // https://docs.microsoft.com/en-us/linkedin/consumer/integrations/self-serve/sign-in-with-linkedin async getPersonUrn(this: ILoadOptionsFunctions): Promise { const authentication = this.getNodeParameter('authentication', 0); - let endpoint = '/me'; + let endpoint = '/v2/me'; if (authentication === 'standard') { const { legacy } = await this.getCredentials('linkedInOAuth2Api'); if (!legacy) {