externalUserUpdate
Graphql fields and variables for the externalUserUpdate mutation
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
Last updated
Was this helpful?
