usersUpdate
Update an existing user.
Arguments
Name | Type | Description |
---|---|---|
admin | Boolean | New global admin status for the user. |
clientMutationId | String | A unique identifier for the client performing the mutation. |
email | String | New email for the user. |
firstname | String | New firstname for the user. |
lastname | String | New lastname for the user. |
mfa | MfaInput | The data of the mfa validation |
password | String | New password for the user. |
passwordRepeat | String | New password repeat for the user to check for typos, required if password is set. |
userId | UserID! | ID of the user to update. |
username | String | New username for the user. |