Queries
userAuthSlackIntegration
Returns the current user’s user-auth Slack integration for the given Slack workspace, or null if not connected. Used for integrations that send messages as the user rather than as a bot.
QUERY
userAuthSlackIntegration(slackTeamId: String!): UserAuthSlackIntegrationArguments
slackTeamId
String!
required
Returns
integrationId
ID!
slackTeamId
String!
The Slack workspace ID this user-auth integration is connected to.
slackTeamName
String!
isReinstallRequired
Boolean!
True when the integration has lost access and needs to be re-authorized via the OAuth flow.
createdAt
createdBy
updatedAt
updatedBy
Query
Variables
Response
Query
Variables
Response

