Microsoft LinkedIn · OAuth Scopes

Microsoft LinkedIn OAuth Scopes

OAuth 2.0 derived

Microsoft LinkedIn publishes 5 OAuth 2.0 scopes via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Microsoft LinkedIn API on a user’s behalf.

Tokens are issued from https://www.linkedin.com/oauth/v2/accessToken.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

MarketingMicrosoftProfessional NetworkingRecruitingSocial Network
Scopes: 5 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://www.linkedin.com/oauth/v2/authorization
Token URL
https://www.linkedin.com/oauth/v2/accessToken
Flows
authorizationCode

Scopes (5)

ScopeDescriptionFlows
r_ads Read LinkedIn ads data authorizationCode
r_ads_reporting Read LinkedIn ads reporting authorizationCode
r_organization_social Read organization social actions authorizationCode
rw_ads Read and write LinkedIn ads data authorizationCode
w_organization_social Write organization social actions authorizationCode

Source

OAuth Scopes

microsoft-linkedin-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/microsoft-linkedin-openapi.yml
schemes:
- name: oauth2
  source: openapi/microsoft-linkedin-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://www.linkedin.com/oauth/v2/authorization
    tokenUrl: https://www.linkedin.com/oauth/v2/accessToken
  description: LinkedIn OAuth 2.0 (3-legged or 2-legged)
scopes:
- scope: r_ads
  description: Read LinkedIn ads data
  flows:
  - authorizationCode
  sources:
  - openapi/microsoft-linkedin-openapi.yml
- scope: r_ads_reporting
  description: Read LinkedIn ads reporting
  flows:
  - authorizationCode
  sources:
  - openapi/microsoft-linkedin-openapi.yml
- scope: r_organization_social
  description: Read organization social actions
  flows:
  - authorizationCode
  sources:
  - openapi/microsoft-linkedin-openapi.yml
- scope: rw_ads
  description: Read and write LinkedIn ads data
  flows:
  - authorizationCode
  sources:
  - openapi/microsoft-linkedin-openapi.yml
- scope: w_organization_social
  description: Write organization social actions
  flows:
  - authorizationCode
  sources:
  - openapi/microsoft-linkedin-openapi.yml