Skip to main content

updateUserDisabled

DEPRECATED

Use 'updateUserEnabled' mutation.

Disables or enables a user account. Use updateUserEnabled instead.

updateUserDisabled(
id: UUID!
disabled: Boolean!
): User @deprecated

Arguments

updateUserDisabled.id ● UUID! non-null scalar

The UUID of the user to update.

updateUserDisabled.disabled ● Boolean! non-null scalar

Whether the user account should be disabled.

Type

User object

A representation of a human user account.