OrganizationLocations
Retrieve location information for any LinkedIn organization, regardless of whether you manage that organization.
Select
To use this view, you must specify either the OrganizationId or OrganizationVanityName columns. If you specify both columns with an AND clause, the OrganizationId criterion takes precedence over OrganizationVanityName. You cannot use the OR logical operator with criteria involving columns other than OrganizationId or OrganizationVanityName.
Refer to the query examples below:
SELECT * FROM OrganizationLocations WHERE OrganizationId = '4975021';
SELECT * FROM OrganizationLocations WHERE OrganizationId IN ('4975021', '6554901');
SELECT * FROM OrganizationLocations WHERE OrganizationVanityName IN ('CDataSoftware', 'OtherOrganization');
Columns
| Name | Type | References | Description |
| OrganizationId | String | The identifier of the organization. | |
| OrganizationVanityName | String | The vanity name of the organization. | |
| GeoLocationURN [KEY] | String | The geolocation URN of the organization's location. | |
| LocationType | String | The type of the organization's location. | |
| Description | String | The description of the organization's location. | |
| StaffCountRange | String | The range of staff members of the organization's location. | |
| AddressLine1 | String | The first line of the address of the organization's location. | |
| AddressLine2 | String | The second line of the address of the organization's location. | |
| City | String | The city of the organization's location. | |
| AdministrativeUnit | String | This refers to the administrative unit (e.g. state, country, province) of the organization's location. | |
| PostalCode | String | The postal code of the organization's location. | |
| Country | String | The country of the organization's location. |