Get Messages

It fetch messages of user passed in profile_link.

body: returns data

success_score: api success rate

errors: errors encountered in api

Here is the code:-

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

profile_link (str) – Profile link whose messages need to be fetched

Returns

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

Return type

dict