Queries
userAuthSlackIntegrationByThreadId
Returns the current user’s user-auth Slack integration for the Slack workspace associated with the given thread, or null if not connected.
QUERY
userAuthSlackIntegrationByThreadId(threadId: ID!): UserAuthSlackIntegrationArguments
threadId
ID!
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

