Send Connection

It sends conection request to the user passed in profile_link.

body: returns data

success_score: api success rate

errors: errors encountered in api

Here is the code:-

linkedin.send_connection(profile_link='https://www.linkedin.com/in/abhishek-chaudhary-/')
Parameters

profile_link (str) – Profile link of user to whom connection need to be sent

Returns

{“body”: {}, “success_score”: “100”, “errors”: []}

Return type

dict