Skip to main content

Get Users Conversations

GetUsersConversations lists the conversations a user belongs to.

It calls GET https://slack.com/api/users.conversations.

The activity has 4 tabs: Configuration, Auth, Input, and Output.

Configuration

FieldRequiredDescription
NameOptionalName of the step, should be unique within this workflow.
DescriptionOptionalDescribe the purpose or function of this step.
TokenOptionalEnter the authentication token for the request.
User IdentifierOptionalEnter the user identifier to filter results.
TypesOptionalSpecify the types to filter the results.
Exclude ArchivedOptionalWhether to exclude archived items from the results.
LimitOptionalMaximum number of results to return.
CursorOptionalEnter the cursor for pagination.

Auth

FieldRequiredDescription
Auth TypeOptionalSelect the authentication method for the request. Options: No Auth, OAuth 2.
Auth ResourceOptionalOAuth resource containing credentials.

Input

This activity is built on the REST Client, so the Input tab is the generic HTTP request rather than a Slack-shaped payload.

FieldRequiredData TypeDescription
TargetRequiredObjectThe HTTP request.

Output

The activity returns an httpResponse object.

FieldData TypeDescription
status.codeIntegerNumeric HTTP status code.
status.messageStringShort message associated with the HTTP status.
headersObjectHTTP response headers.
bodyObjectParsed body of the response.

The response body carries:

FieldData Type
channelsArray
response_metadataObject
okBoolean

The output schema names these fields without describing them.