We are switching our application to the V2 API. We had difficulties with the publication of posts on the companies page. To send, it is required company ID, we want to get a list of user's companies using a request to the end point: https://api.linkedin.com/v2/search?q=companiesV2
In response, we receive a message about the lack of rights. What are we doing wrong?
With Authenticating, everything is fine, I get information about the user. I want to get a list of companies where an authenticating user is an administrator.
Here is scope 'r_liteprofile', 'r_basicprofile', 'r_emailaddress', 'w_member_social', 'w_share', 'rw_company_admin' that I use when authenticating a user.
request
GET https://api.linkedin.com/v2/search?Q=companiesV2
response {"serviceErrorCode": 100, "message": "Not enough permissions to access: GET-companiesV2 / search", "status": 403}