Queries
slackUser
Returns a Slack user within a specific channel, looked up by their Slack user ID. Returns null if the user is not found in that channel.
QUERY
slackUser(slackTeamId: String!, slackChannelId: String!, slackUserId: ID!): SlackUserArguments
slackTeamId
String!
required
slackChannelId
String!
required
slackUserId
ID!
required
Returns
id
ID!
slackUserId
ID!
The user's ID as provided by Slack.
slackAvatarUrl72px
String
slackHandle
String!
The user's Slack handle (username without the @ prefix).
fullName
String!
isInChannel
Boolean!
Whether this user is currently a member of the Slack channel that was queried.
createdAt
createdBy
updatedAt
updatedBy
Query
Variables
Response
Query
Variables
Response

