Queries
userSlackChannelMemberships
Returns the Slack channels the current user belongs to within the given Slack workspace. Useful for populating channel pickers in UI integrations.
QUERY
userSlackChannelMemberships(slackTeamId: String!): [SlackChannelMembership!]!Arguments
slackTeamId
String!
required
Returns
slackChannelId
ID!
The Slack channel ID the current user is a member of.
Query
Variables
Response
Query
Variables
Response

