mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
⚡ Add role parameter to user:update (Zulip) (#2336)
* ⚡ Add role parameter to user:update * ✏️ Fix typo issue
This commit is contained in:
@@ -8,4 +8,5 @@ export interface IUser {
|
||||
email?: string;
|
||||
password?: string;
|
||||
short_name?: string;
|
||||
role?: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user