action ijenko_account_patch_user { label: "Modify a User" description: "Modify a *User*.\n\n**Note**: requires full access to the *Account*.\n" provider: ijenko method: PATCH path: "/account/users/{userId}" encoding: json output: { type: "object" additionalProperties: true } }