Skip to main content

updateUserEnabled

Enables or disables a user account.

updateUserEnabled(
id: UUID!
enabled: Boolean!
): User

Arguments

updateUserEnabled.id ● UUID! non-null scalar

The UUID of the user to update.

updateUserEnabled.enabled ● Boolean! non-null scalar

Whether the user account should be enabled.

Type

User object

A representation of a human user account.