LinkedIn · Arazzo Workflow

LinkedIn Organization Access and Brands

Version 1.0.0

Confirm organization access, then list the administered brands under that parent organization.

1 workflow 2 source APIs 1 provider
View Spec View on GitHub BusinessCareersMarketingProfessional NetworkingRecruitingSocial-MediaFortune 1000ArazzoWorkflows

Provider

linkedin

Workflows

org-access-and-brands
Confirm organization access and list administered brands under the parent.
Confirms the authenticated member's access to the organization, then lists the administered brands under that parent organization.
2 steps inputs: authorization, linkedinVersion, organizationUrn, parentOrganizationUrn outputs: accessControl, brands
1
confirmAccess
Confirm the authenticated member's access control role on the organization before listing its brands.
2
listBrands
List the administered organization brands that roll up under the parent organization.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: LinkedIn Organization Access and Brands
  summary: Confirm organization access, then list the administered brands under that parent organization.
  description: >-
    Discovering the brand pages an administrator can manage chains an access
    control check with a brand finder. This workflow confirms the authenticated
    member's access control role on the organization and then lists the
    administered organization brands that roll up under that parent organization.
    Every step spells out its request inline, including the Authorization bearer
    token and the required LinkedIn-Version header, so the flow can be read and
    executed without opening the underlying OpenAPI description.
  version: 1.0.0
sourceDescriptions:
- name: useCasesOrganizationAccessControlsApi
  url: ../openapi/linkedin-use-cases-organization-access-controls-api-openapi.yml
  type: openapi
- name: useCasesOrganizationLookupOrganizationBrandsApi
  url: ../openapi/linkedin-use-cases-organization-lookup-organization-brands-api-openapi.yml
  type: openapi
workflows:
- workflowId: org-access-and-brands
  summary: Confirm organization access and list administered brands under the parent.
  description: >-
    Confirms the authenticated member's access to the organization, then lists
    the administered brands under that parent organization.
  inputs:
    type: object
    required:
    - authorization
    - linkedinVersion
    - organizationUrn
    - parentOrganizationUrn
    properties:
      authorization:
        type: string
        description: The OAuth 2.0 bearer credential, e.g. "Bearer <access-token>".
      linkedinVersion:
        type: string
        description: The LinkedIn-Version header in YYYYMM format (e.g. "202401").
      organizationUrn:
        type: string
        description: The URL-encoded organization URN to check access for (e.g. "urn%3Ali%3Aorganization%3A123456").
      parentOrganizationUrn:
        type: string
        description: The parent organization URN whose administered brands to list (e.g. "urn:li:organization:123456").
  steps:
  - stepId: confirmAccess
    description: >-
      Confirm the authenticated member's access control role on the organization
      before listing its brands.
    operationId: getFindOrganizationAccessControl
    parameters:
    - name: Authorization
      in: header
      value: $inputs.authorization
    - name: Linkedin-Version
      in: header
      value: $inputs.linkedinVersion
    - name: X-Restli-Protocol-Version
      in: header
      value: "2.0.0"
    - name: q
      in: query
      value: organization
    - name: organization
      in: query
      value: $inputs.organizationUrn
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      accessControl: $response.body
  - stepId: listBrands
    description: >-
      List the administered organization brands that roll up under the parent
      organization.
    operationId: getFindAdministeredOrganizationBrands
    parameters:
    - name: Authorization
      in: header
      value: $inputs.authorization
    - name: LinkedIn-Version
      in: header
      value: $inputs.linkedinVersion
    - name: q
      in: query
      value: parentOrganization
    - name: parent
      in: query
      value: $inputs.parentOrganizationUrn
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      brands: $response.body
  outputs:
    accessControl: $steps.confirmAccess.outputs.accessControl
    brands: $steps.listBrands.outputs.brands

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/linkedin-org-access-and-brands-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.