Skip to main content

updateUserAccountType

Updates a user's account type (e.g., from user to API service account).

updateUserAccountType(
id: UUID!
accountType: UserAccountType!
): User

Arguments

updateUserAccountType.id ● UUID! non-null scalar

The UUID of the user to update.

updateUserAccountType.accountType ● UserAccountType! non-null enum

The new account type for the user.

Type

User object

A representation of a human user account.