LinkedIn
List Conversations
Output a list of the user’s LinkedIn conversations
GET
/
actions
/
linkedin
/
listConversations
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
profileName
string | null
Name of the profile to filter conversations by
profileId
string | null
ID of the profile to filter conversations by
appUserId
string
requiredThe ID of the user to take the action for
contentType
string | null
Filter by content type
appUserPoolId
string | null
The ID of the user pool that contains the user ID
Response
200 - application/json
conversations
object[]
requiredcount
integer
requiredWas this page helpful?