Find Administered Organization Brands by Parent Org
GET {{baseUrl}}/organizations?q=parentOrganization&parent=urn:li:organization:{{organization_id}}
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
q | string | ||
parent | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
LinkedIn-Version | string | ||
X-Restli-Protocol-Version | string |
RESPONSES
status: OK
{"paging":{"start":0,"count":10,"links":[],"total":2},"elements":[{"name":{"localized":{"en_US":"Internal_EI_Demo"},"preferredLocale":{"country":"US","language":"en"}},"primaryOrganizationType":"BRAND","vanityName":"internal-ei-demo","locations":[],"localizedName":"Internal_EI_Demo","id":89758488},{"name":{"localized":{"en_US":"Internal_EI_TestCompany"},"preferredLocale":{"country":"US","language":"en"}},"primaryOrganizationType":"BRAND","vanityName":"internal-ei-testcompany","locations":[],"localizedName":"Internal_EI_TestCompany","id":89757515}]}