For the complete documentation index, see llms.txt. This page is also available as Markdown.

externalUser

Graphql fields and variables for the externalUser query

External platform user (Slack, Teams, etc.) linked to a Bunny user

Scope required: standard:read

For a complete list of possible response fields see the ExternalUser type.

query externalUser ($id: ID, $code: String, $format: String) {
  externalUser (id: $id, code: $code, format: $format) {
    createdAt
    displayName
    email
    externalId
    externalTeamId
    id
    linked
    pluginId
    updatedAt
    userId
  }
}

Arguments

Name
Type
Description

id

ID

code

String

format

String

Response

Last updated

Was this helpful?