Social Sets
Resolve LinkedIn organization from URL
Resolve a LinkedIn company/school URL into organization metadata that can be used to build LinkedIn mention syntax in post text.
This endpoint is resolver-only and is not a general organization search endpoint.
Mention format: @[Company Name](urn:li:organization:123456)
Required permission: READ access to the social set.
get/v2/social-sets/{social_set_id}/linkedin/organizations/resolve
Path parameters
social_set_idinteger required
Query parameters
organization_urlstring required
Public LinkedIn organization URL (company or school profile).
Example:https://www.linkedin.com/company/typefullycom
Public LinkedIn organization URL (company or school profile).
Response
Resolved LinkedIn organization metadata
Example response
{
"id": "86779668",
"urn": "urn:li:organization:86779668",
"mention_text": "@[Typefully](urn:li:organization:86779668)"
}