LinkedIn
List Connections
Output a list of the userβs LinkedIn connections
GET
/
actions
/
linkedin
/
listConnections
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Cursor for pagination, used to fetch the next page of results
Name of the profile to filter connections by
The ID of the user to take the action for
The ID of the user pool that contains the user ID
Response
200 - application/json
Total number of items in the current page
Cursor to fetch the next page of results, if available
Total number of items across all pages. Only present when searching by profileName
Was this page helpful?