Skip to main content

updateUserLocalLoginDisabled

Enables or disables the local login option for a user (as opposed to SSO-only login).

updateUserLocalLoginDisabled(
id: UUID!
disabled: Boolean!
): User

Arguments

updateUserLocalLoginDisabled.id ● UUID! non-null scalar

The UUID of the user to update.

updateUserLocalLoginDisabled.disabled ● Boolean! non-null scalar

Whether local login should be disabled for this user.

Type

User object

A representation of a human user account.