Sort a list of people by connection strength to the authenticated user. Accepts LinkedIn URLs and returns them ranked by how well-connected you are (highest first), with scores and relationship labels.
Use the API token from your personal Village account: https://village.do/settings#api-keys
For verified apps accessing user data, create a user token: https://docs.village.do/api-reference-v2/authentication/create-authorization
List of person URLs to sort by connection strength
Array of LinkedIn person profile URLs
11[
"https://linkedin.com/in/johndoe",
"https://linkedin.com/in/janedoe"
]