Skip to main content

updateUser

Updates a user.

updateUser(
id: ID!
name: String
email: String
isCaseResponsible: Boolean
newResponsibleUserId: ID
permissions: [UserPermission!]
): User

Arguments

updateUser.id ● ID! non-null scalar

The ID of the user.

updateUser.name ● String scalar

The full name of the user.

updateUser.email ● String scalar

The email of the user.

updateUser.isCaseResponsible ● Boolean scalar

Allows a user to be assigned as case responsible

updateUser.newResponsibleUserId ● ID scalar

The new responsible user id to transfer the cases to

updateUser.permissions ● [UserPermission!] list enum

The permissions that the user will have.

Type

User object