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

externalUserUpdate

Graphql fields and variables for the externalUserUpdate mutation

Update an external user mapping

Scope required: owner:write admin:write

For a complete list of input attributes see the ExternalUserAttributes type

mutation externalUserUpdate ($id: ID!, $attributes: ExternalUserAttributes!) {
  externalUserUpdate (id: $id, attributes: $attributes) {
      errors
      externalUser {
        createdAt
        displayName
        email
        externalId
        externalTeamId
        id
        linked
        pluginId
        updatedAt
        userId
      }
  }
}

Arguments

Name
Type
Description

Response

Name
Type
Description

errors

List (String)

externalUser

Last updated

Was this helpful?