Permission Issue with POST /simpleJobPostings Endpoint

Sonam kushwah 0 Reputation points
2024-03-20T18:10:18.5+00:00

I am facing with the POST /simpleJobPostings endpoint. When attempting to access this endpoint, I am encountering the following error:

{ "serviceErrorCode": 100, "message": "Not enough permissions to access: POST /simpleJobPostings", "status": 403 } Given that my access token is active and has the necessary permissions, I believe there may be an issue on the server-side preventing access to the POST /simpleJobPostings endpoint.

Could you please investigate this issue and provide assistance in resolving it? If there are any additional steps required from my end, please let me know, and I will be happy to provide further information.

Thank you for your attention to this matter.

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,629 questions
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,090 questions
Skype for Business
Skype for Business
A Microsoft communications service that provides communications capabilities across presence, instant messaging, audio/video calling, and an online meeting experience that includes audio, video, and web conferencing.
604 questions
Outlook Management
Outlook Management
Outlook: A family of Microsoft email and calendar products.Management: The act or process of organizing, handling, directing or controlling something.
4,895 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,503 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Marilee Turscak-MSFT 33,876 Reputation points Microsoft Employee
    2024-03-20T23:19:28.19+00:00

    Hi @Sonam kushwah ,

    If you are including the scope r_liteprofile , you need to replace that scope with r_basicprofile. The minimal permissions allowed for /me access are r_basicprofile from version 202306 onward.

    After updating the permissions, you need to wait at least five minutes before testing since there is a caching bug with the LinkedIn API access tokens.

    There was a recent post on Stack Overflow documenting the same permissions error when trying to access that endpoint so your issue could be related to this.

    If you have already included the r_basicprofile scope and removed the r_liteprofile scope but are still facing this issue, I would recommend creating a support ticket with LinkedIn Developer Platform.

    If the information helped you, please Accept the answer. This will help us as well as others in the community who may be researching similar issues.

    0 comments No comments